Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.h92 } PXEBC_DHCP6_OPTION_ARCH; typedef
116 PXEBC_DHCP6_OPTION_ARCH *Arch;
DPxeBcDhcp6.c127 OptList[Index]->OpLen = HTONS ((UINT16) sizeof (PXEBC_DHCP6_OPTION_ARCH)); in PxeBcBuildDhcp6Options()
128 OptEnt.Arch = (PXEBC_DHCP6_OPTION_ARCH *) OptList[Index]->Data; in PxeBcBuildDhcp6Options()