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()
545 IN NET_ARP_ADDRESS *AddressOne, in ArpMatchAddress()
546 IN NET_ARP_ADDRESS *AddressTwo in ArpMatchAddress()
593 IN NET_ARP_ADDRESS *ProtocolAddress OPTIONAL, in ArpFindNextCacheEntryInTable()
594 IN NET_ARP_ADDRESS *HardwareAddress OPTIONAL in ArpFindNextCacheEntryInTable()
661 IN NET_ARP_ADDRESS *ProtocolAddress OPTIONAL, in ArpFindDeniedCacheEntry()
662 IN NET_ARP_ADDRESS *HardwareAddress OPTIONAL in ArpFindDeniedCacheEntry()
722 NET_ARP_ADDRESS *Address; in ArpAllocCacheEntry()
850 IN NET_ARP_ADDRESS *HwAddr OPTIONAL, in ArpFillAddressInCacheEntry()
851 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()