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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/ArpDxe/
H A DArpMain.c498 NET_ARP_ADDRESS ProtocolAddress; local
546 ProtocolAddress.Type = Instance->ConfigData.SwAddressType;
547 ProtocolAddress.Length = Instance->ConfigData.SwAddressLength;
548 ProtocolAddress.AddressPtr = TargetSwAddress;
560 CacheEntry = ArpFindDeniedCacheEntry (ArpService, &ProtocolAddress, NULL);
573 &ProtocolAddress,
617 &ProtocolAddress,
640 ArpFillAddressInCacheEntry (CacheEntry, &HardwareAddress, &ProtocolAddress);
H A DArpImpl.h499 Find the CacheEntry, using ProtocolAddress or HardwareAddress or both, as the keyword,
503 @param[in] ProtocolAddress Pointer to the protocol address.
512 IN NET_ARP_ADDRESS *ProtocolAddress OPTIONAL,
523 @param[in] ProtocolAddress Pointer to the protocol address to match.
534 IN NET_ARP_ADDRESS *ProtocolAddress OPTIONAL,
H A DArpImpl.c569 @param[in] ProtocolAddress Pointer to the protocol address to match.
580 IN NET_ARP_ADDRESS *ProtocolAddress OPTIONAL,
601 if (!ArpMatchAddress (ProtocolAddress, &CacheEntry->Addresses[Protocol])) {
603 // The ProtocolAddress doesn't match, continue to the next cache entry.
635 Find the CacheEntry, using ProtocolAddress or HardwareAddress or both, as the keyword,
639 @param[in] ProtocolAddress Pointer to the protocol address.
648 IN NET_ARP_ADDRESS *ProtocolAddress OPTIONAL,
654 ASSERT ((ProtocolAddress != NULL) || (HardwareAddress != NULL));
659 if ((ProtocolAddress != NULL) && (ProtocolAddress
[all...]

Completed in 338 milliseconds