Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
DArpMain.c498 NET_ARP_ADDRESS ProtocolAddress; in ArpRequest() local
546 ProtocolAddress.Type = Instance->ConfigData.SwAddressType; in ArpRequest()
547 ProtocolAddress.Length = Instance->ConfigData.SwAddressLength; in ArpRequest()
548 ProtocolAddress.AddressPtr = TargetSwAddress; in ArpRequest()
560 CacheEntry = ArpFindDeniedCacheEntry (ArpService, &ProtocolAddress, NULL); in ArpRequest()
573 &ProtocolAddress, in ArpRequest()
617 &ProtocolAddress, in ArpRequest()
640 ArpFillAddressInCacheEntry (CacheEntry, &HardwareAddress, &ProtocolAddress); in ArpRequest()
DArpImpl.c593 IN NET_ARP_ADDRESS *ProtocolAddress OPTIONAL, in ArpFindNextCacheEntryInTable()
614 if (!ArpMatchAddress (ProtocolAddress, &CacheEntry->Addresses[Protocol])) { in ArpFindNextCacheEntryInTable()
661 IN NET_ARP_ADDRESS *ProtocolAddress OPTIONAL, in ArpFindDeniedCacheEntry()
667 ASSERT ((ProtocolAddress != NULL) || (HardwareAddress != NULL)); in ArpFindDeniedCacheEntry()
672 if ((ProtocolAddress != NULL) && (ProtocolAddress->AddressPtr != NULL)) { in ArpFindDeniedCacheEntry()
680 ProtocolAddress, in ArpFindDeniedCacheEntry()
DArpImpl.h512 IN NET_ARP_ADDRESS *ProtocolAddress OPTIONAL,
534 IN NET_ARP_ADDRESS *ProtocolAddress OPTIONAL,