Searched defs:ArpHead (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/ArpDxe/
H A DArpImpl.c1031 ARP_HEAD *ArpHead; local
1122 ArpHead = (ARP_HEAD *) TmpPtr;
1123 ArpHead->HwType = HTONS ((UINT16)SnpMode->IfType);
1124 ArpHead->ProtoType = HTONS (ConfigData->SwAddressType);
1125 ArpHead->HwAddrLen = (UINT8)SnpMode->HwAddressSize;
1126 ArpHead->ProtoAddrLen = ConfigData->SwAddressLength;
1127 ArpHead->OpCode = HTONS (ArpOpCode);

Completed in 237 milliseconds