Searched refs:SwAddressLength (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/ArpDxe/
H A DArpImpl.c179 (Head->ProtoAddrLen == ConfigData->SwAddressLength)) {
187 ConfigData->SwAddressLength
914 (OldConfigData->SwAddressLength != ConfigData->SwAddressLength) ||
918 OldConfigData->SwAddressLength
946 OldConfigData->StationAddress = AllocatePool (OldConfigData->SwAddressLength);
959 OldConfigData->SwAddressLength
1080 2 * (ConfigData->SwAddressLength + SnpMode->HwAddressSize);
1126 ArpHead->ProtoAddrLen = ConfigData->SwAddressLength;
1139 CopyMem (TmpPtr, ConfigData->StationAddress, ConfigData->SwAddressLength);
[all...]
H A DArpMain.c36 This is NULL. SwAddressLength is zero when
39 @retval EFI_ACCESS_DENIED The SwAddressType, SwAddressLength, or
62 ((ConfigData->SwAddressLength == 0) ||
178 MatchAddress[Protocol].Length = Instance->ConfigData.SwAddressLength;
547 ProtocolAddress.Length = Instance->ConfigData.SwAddressLength;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DArp.h75 UINT8 SwAddressLength; member in struct:__anon12021
87 UINT8 SwAddressLength; member in struct:__anon12022
138 * SwAddressLength is zero when ConfigData is not NULL.
140 @retval EFI_ACCESS_DENIED The SwAddressType, SwAddressLength, or
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcImpl.c66 Entries->SwAddressLength
70 (UINT8 *) (Entries + 1) + Entries->SwAddressLength,
680 ArpConfigData.SwAddressLength = (UINT8) sizeof (EFI_IPv4_ADDRESS);
2334 ArpConfigData.SwAddressLength = (UINT8) sizeof (EFI_IPv4_ADDRESS);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcSupport.c207 ArpEntry->SwAddressLength
211 (UINT8 *) (ArpEntry + 1) + ArpEntry->SwAddressLength,
H A DPxeBcImpl.c1999 ArpConfigData.SwAddressLength = (UINT8) sizeof (EFI_IPv4_ADDRESS);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4If.c622 ArpConfig.SwAddressLength = 4;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DIfconfig.c985 ArpCfgData.SwAddressLength = 4;

Completed in 91 milliseconds