Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcSupport.c163 EFI_ARP_FIND_DATA *ArpEntry; in PxeBcArpCacheUpdate() local
183 &ArpEntry, in PxeBcArpCacheUpdate()
198 ArpEntry + 1, in PxeBcArpCacheUpdate()
199 ArpEntry->SwAddressLength in PxeBcArpCacheUpdate()
203 (UINT8 *) (ArpEntry + 1) + ArpEntry->SwAddressLength, in PxeBcArpCacheUpdate()
204 ArpEntry->HwAddressLength in PxeBcArpCacheUpdate()
206 ArpEntry = (EFI_ARP_FIND_DATA *) ((UINT8 *) ArpEntry + EntryLength); in PxeBcArpCacheUpdate()