Searched refs:MatchAddress (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/ArpDxe/
H A DArpMain.c144 NET_ARP_ADDRESS MatchAddress[2]; local
168 // Fill the hardware address part in the MatchAddress.
170 MatchAddress[Hardware].Type = SnpMode->IfType;
171 MatchAddress[Hardware].Length = (UINT8) SnpMode->HwAddressSize;
172 MatchAddress[Hardware].AddressPtr = TargetHwAddress;
175 // Fill the software address part in the MatchAddress.
177 MatchAddress[Protocol].Type = Instance->ConfigData.SwAddressType;
178 MatchAddress[Protocol].Length = Instance->ConfigData.SwAddressLength;
179 MatchAddress[Protocol].AddressPtr = TargetSwAddress;
188 &MatchAddress[Protoco
[all...]
H A DArpImpl.c1449 NET_ARP_ADDRESS MatchAddress; local
1467 // Set the MatchAddress.
1470 MatchAddress.Type = Instance->ConfigData.SwAddressType;
1471 MatchAddress.Length = Instance->ConfigData.SwAddressLength;
1474 MatchAddress.Type = ArpService->SnpMode.IfType;
1475 MatchAddress.Length = (UINT8)ArpService->SnpMode.HwAddressSize;
1479 MatchAddress.AddressPtr = AddressBuffer;
1493 &MatchAddress,
1494 &MatchAddress
1534 &MatchAddress,
[all...]

Completed in 38 milliseconds