Searched refs:HardwareAddress (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/ArpDxe/
H A DArpMain.c497 NET_ARP_ADDRESS HardwareAddress; local
542 HardwareAddress.Type = SnpMode->IfType;
543 HardwareAddress.Length = (UINT8)SnpMode->HwAddressSize;
544 HardwareAddress.AddressPtr = NULL;
640 ArpFillAddressInCacheEntry (CacheEntry, &HardwareAddress, &ProtocolAddress);
H A DArpImpl.h499 Find the CacheEntry, using ProtocolAddress or HardwareAddress or both, as the keyword,
504 @param[in] HardwareAddress Pointer to the hardware address.
513 IN NET_ARP_ADDRESS *HardwareAddress OPTIONAL
524 @param[in] HardwareAddress Pointer to the hardware address to match.
535 IN NET_ARP_ADDRESS *HardwareAddress OPTIONAL
H A DArpImpl.c570 @param[in] HardwareAddress Pointer to the hardware address to match.
581 IN NET_ARP_ADDRESS *HardwareAddress OPTIONAL
613 if (!ArpMatchAddress (HardwareAddress, &CacheEntry->Addresses[Hardware])) {
615 // The HardwareAddress doesn't match, continue to the next cache entry.
635 Find the CacheEntry, using ProtocolAddress or HardwareAddress or both, as the keyword,
640 @param[in] HardwareAddress Pointer to the hardware address.
649 IN NET_ARP_ADDRESS *HardwareAddress OPTIONAL
654 ASSERT ((ProtocolAddress != NULL) || (HardwareAddress != NULL));
678 if ((HardwareAddress != NULL) && (HardwareAddress
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageList.cpp154 Bstr HardwareAddress; local
155 networkInterface->COMGETTER(HardwareAddress)(HardwareAddress.asOutParam());
156 RTPrintf("HardwareAddress: %ls\n", HardwareAddress.raw());

Completed in 739 milliseconds