Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp4.c1316 PXEBC_OPTION_BOOT_ITEM *PxeBootItem; in PxeBcDhcp4Discover() local
1361 PxeBootItem = (PXEBC_OPTION_BOOT_ITEM *) PxeOpt->Data; in PxeBcDhcp4Discover()
1362 PxeBootItem->Type = HTONS (Type); in PxeBcDhcp4Discover()
1366 PxeBootItem->Layer = HTONS (*Layer); in PxeBcDhcp4Discover()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcDhcp.c1192 PXEBC_OPTION_BOOT_ITEM *PxeBootItem; in PxeBcDiscvBootService() local
1233 PxeBootItem = (PXEBC_OPTION_BOOT_ITEM *) PxeOpt->Data; in PxeBcDiscvBootService()
1234 PxeBootItem->Type = HTONS (Type); in PxeBcDiscvBootService()
1235 PxeBootItem->Layer = HTONS (*Layer); in PxeBcDiscvBootService()