Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DArp.h65 UINT16 SwAddressType; member
82 UINT16 SwAddressType; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
DArpImpl.c178 (Head->ProtoType == ConfigData->SwAddressType) && in ArpOnFrameRcvdDpc()
913 if ((OldConfigData->SwAddressType != ConfigData->SwAddressType) || in ArpConfigureInstance()
930 if (ConfigData->SwAddressType == IPV4_ETHER_PROTO_TYPE) { in ArpConfigureInstance()
1124 ArpHead->ProtoType = HTONS (ConfigData->SwAddressType); in ArpSendFrame()
1229 IN UINT16 SwAddressType, in ArpDeleteCacheEntryInTable() argument
1252 if (SwAddressType == CacheEntry->Addresses[Protocol].Type) { in ArpDeleteCacheEntryInTable()
1334 Instance->ConfigData.SwAddressType, in ArpDeleteCacheEntry()
1345 Instance->ConfigData.SwAddressType, in ArpDeleteCacheEntry()
1470 MatchAddress.Type = Instance->ConfigData.SwAddressType; in ArpFindCacheEntry()
1626 FindData->SwAddressType = Instance->ConfigData.SwAddressType; in ArpFindCacheEntry()
DArpMain.c64 (ConfigData->SwAddressType <= 1500))) { in ArpConfigure()
177 MatchAddress[Protocol].Type = Instance->ConfigData.SwAddressType; in ArpAdd()
517 ((Instance->ConfigData.SwAddressType == IPV4_ETHER_PROTO_TYPE) && in ArpRequest()
527 if ((Instance->ConfigData.SwAddressType == IPV4_ETHER_PROTO_TYPE) && in ArpRequest()
546 ProtocolAddress.Type = Instance->ConfigData.SwAddressType; in ArpRequest()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Arp/
DArp.h40 UINT16 SwAddressType; member
50 UINT16 SwAddressType; // Host byte order member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4If.c643 ArpConfig.SwAddressType = IP4_ETHER_PROTO; in Ip4SetAddress()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcImpl.c688 ArpConfigData.SwAddressType = 0x0800; in EfiPxeBcDhcp()
2343 ArpConfigData.SwAddressType = 0x0800; in EfiPxeBcSetStationIP()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcImpl.c2022 ArpConfigData.SwAddressType = 0x0800; in EfiPxeBcSetStationIP()