Searched refs:SwAddressType (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DArp.h65 UINT16 SwAddressType; member in struct:__anon12021
82 UINT16 SwAddressType; member in struct:__anon12022
91 /// example, if SwAddressType is 0x0800 (IP), then
140 @retval EFI_ACCESS_DENIED The SwAddressType, SwAddressLength, or
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/ArpDxe/
H A DArpImpl.c178 (Head->ProtoType == ConfigData->SwAddressType) &&
891 when the SwAddressType is IPv4.
913 if ((OldConfigData->SwAddressType != ConfigData->SwAddressType) ||
930 if (ConfigData->SwAddressType == IPV4_ETHER_PROTO_TYPE) {
1124 ArpHead->ProtoType = HTONS (ConfigData->SwAddressType);
1211 SwAddressType, AddressBuffer combination as the matching key, if Force is TRUE,
1217 @param[in] SwAddressType The software address used to do the deletion.
1229 IN UINT16 SwAddressType,
1252 if (SwAddressType
1226 ArpDeleteCacheEntryInTable( IN LIST_ENTRY *CacheTable, IN BOOLEAN BySwAddress, IN UINT16 SwAddressType, IN UINT8 *AddressBuffer OPTIONAL, IN BOOLEAN Force ) argument
[all...]
H A DArpMain.c39 @retval EFI_ACCESS_DENIED The SwAddressType, SwAddressLength, or
64 (ConfigData->SwAddressType <= 1500))) {
177 MatchAddress[Protocol].Type = Instance->ConfigData.SwAddressType;
517 ((Instance->ConfigData.SwAddressType == IPV4_ETHER_PROTO_TYPE) &&
527 if ((Instance->ConfigData.SwAddressType == IPV4_ETHER_PROTO_TYPE) &&
546 ProtocolAddress.Type = Instance->ConfigData.SwAddressType;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcImpl.c679 ArpConfigData.SwAddressType = 0x0800;
2333 ArpConfigData.SwAddressType = 0x0800;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4If.c621 ArpConfig.SwAddressType = IP4_ETHER_PROTO;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DIfconfig.c984 ArpCfgData.SwAddressType = 0x0800;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcImpl.c1998 ArpConfigData.SwAddressType = 0x0800;

Completed in 65 milliseconds