Searched refs:pIfInfo (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
H A DIp4.c1200 EFI_IP4_CONFIG2_INTERFACE_INFO * pIfInfo; local
1210 pIfInfo = NULL;
1273 pIfInfo = AllocatePool ( DataSize );
1274 if ( NULL == pIfInfo ) {
1288 pIfInfo
1302 pIfInfo->StationAddress.Addr [ 0 ],
1303 pIfInfo->StationAddress.Addr [ 1 ],
1304 pIfInfo->StationAddress.Addr [ 2 ],
1305 pIfInfo->StationAddress.Addr [ 3 ]));
1311 if (( pConfigData->StationAddress.Addr [ 0 ] == pIfInfo
[all...]
H A DUdp4.c1052 EFI_IP4_CONFIG2_INTERFACE_INFO * pIfInfo; local
1062 pIfInfo = NULL;
1125 pIfInfo = AllocatePool ( DataSize );
1126 if ( NULL == pIfInfo ) {
1140 pIfInfo
1154 pIfInfo->StationAddress.Addr [ 0 ],
1155 pIfInfo->StationAddress.Addr [ 1 ],
1156 pIfInfo->StationAddress.Addr [ 2 ],
1157 pIfInfo->StationAddress.Addr [ 3 ]));
1163 if (( pConfigData->StationAddress.Addr [ 0 ] == pIfInfo
[all...]
H A DTcp4.c2250 EFI_IP4_CONFIG2_INTERFACE_INFO * pIfInfo; local
2260 pIfInfo = NULL;
2324 pIfInfo = AllocatePool ( DataSize );
2325 if ( NULL == pIfInfo ) {
2339 pIfInfo
2353 pIfInfo->StationAddress.Addr [ 0 ],
2354 pIfInfo->StationAddress.Addr [ 1 ],
2355 pIfInfo->StationAddress.Addr [ 2 ],
2356 pIfInfo->StationAddress.Addr [ 3 ]));
2362 if (( pAccess->StationAddress.Addr [ 0 ] == pIfInfo
[all...]

Completed in 37 milliseconds