Home | History | Annotate | Download | only in EfiSocketLib

Lines Matching refs:pConfigData

1187   @param [in] pConfigData Address of the configuration data

1196 IN EFI_IP4_CONFIG_DATA * pConfigData
1217 pConfigData->UseDefaultAddress ? L"TRUE" : L"FALSE" ));
1220 pConfigData->StationAddress.Addr [ 0 ],
1221 pConfigData->StationAddress.Addr [ 1 ],
1222 pConfigData->StationAddress.Addr [ 2 ],
1223 pConfigData->StationAddress.Addr [ 3 ]));
1224 if ( pConfigData->UseDefaultAddress
1225 || (( 0 == pConfigData->StationAddress.Addr [ 0 ])
1226 && ( 0 == pConfigData->StationAddress.Addr [ 1 ])
1227 && ( 0 == pConfigData->StationAddress.Addr [ 2 ])
1228 && ( 0 == pConfigData->StationAddress.Addr [ 3 ])))
1311 if (( pConfigData->StationAddress.Addr [ 0 ] == pIfInfo->StationAddress.Addr [ 0 ])
1312 && ( pConfigData->StationAddress.Addr [ 1 ] == pIfInfo->StationAddress.Addr [ 1 ])
1313 && ( pConfigData->StationAddress.Addr [ 2 ] == pIfInfo->StationAddress.Addr [ 2 ])
1314 && ( pConfigData->StationAddress.Addr [ 3 ] == pIfInfo->StationAddress.Addr [ 3 ])) {