Home
last modified time | relevance | path

Searched refs:NET_ARP_ADDRESS (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
DArpImpl.h202 } NET_ARP_ADDRESS; typedef
223 NET_ARP_ADDRESS Addresses[2];
512 IN NET_ARP_ADDRESS *ProtocolAddress OPTIONAL,
513 IN NET_ARP_ADDRESS *HardwareAddress OPTIONAL
534 IN NET_ARP_ADDRESS *ProtocolAddress OPTIONAL,
535 IN NET_ARP_ADDRESS *HardwareAddress OPTIONAL
565 IN NET_ARP_ADDRESS *HwAddr OPTIONAL,
566 IN NET_ARP_ADDRESS *SwAddr OPTIONAL
DArpImpl.c86 NET_ARP_ADDRESS SenderAddress[2]; in ArpOnFrameRcvdDpc()
532 IN NET_ARP_ADDRESS *AddressOne, in ArpMatchAddress()
533 IN NET_ARP_ADDRESS *AddressTwo in ArpMatchAddress()
580 IN NET_ARP_ADDRESS *ProtocolAddress OPTIONAL, in ArpFindNextCacheEntryInTable()
581 IN NET_ARP_ADDRESS *HardwareAddress OPTIONAL in ArpFindNextCacheEntryInTable()
648 IN NET_ARP_ADDRESS *ProtocolAddress OPTIONAL, in ArpFindDeniedCacheEntry()
649 IN NET_ARP_ADDRESS *HardwareAddress OPTIONAL in ArpFindDeniedCacheEntry()
709 NET_ARP_ADDRESS *Address; in ArpAllocCacheEntry()
837 IN NET_ARP_ADDRESS *HwAddr OPTIONAL, in ArpFillAddressInCacheEntry()
838 IN NET_ARP_ADDRESS *SwAddr OPTIONAL in ArpFillAddressInCacheEntry()
[all …]
DArpMain.c144 NET_ARP_ADDRESS MatchAddress[2]; in ArpAdd()
497 NET_ARP_ADDRESS HardwareAddress; in ArpRequest()
498 NET_ARP_ADDRESS ProtocolAddress; in ArpRequest()