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.h70 } PXEBC_DHCP6_OPTION_ARCH; typedef
94 PXEBC_DHCP6_OPTION_ARCH *Arch;
DPxeBcDhcp6.c128 OptList[Index]->OpLen = HTONS ((UINT16) sizeof (PXEBC_DHCP6_OPTION_ARCH)); in PxeBcBuildDhcp6Options()
129 OptEnt.Arch = (PXEBC_DHCP6_OPTION_ARCH *) OptList[Index]->Data; in PxeBcBuildDhcp6Options()