Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.c480 Options[PXEBC_DHCP6_IDX_BOOT_FILE_URL] = Option; in PxeBcParseDhcp6Packet()
862 ASSERT (Offer->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL] != NULL); in PxeBcRetryDhcp6Binl()
869 (CHAR8 *) (Offer->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL]->Data), in PxeBcRetryDhcp6Binl()
870 NTOHS (Offer->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL]->OpLen) in PxeBcRetryDhcp6Binl()
894 Cache6->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL] == NULL) { in PxeBcRetryDhcp6Binl()
1054 if (Private->OfferBuffer[OfferIndex].Dhcp6.OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL] != NULL) { in PxeBcSelectDhcp6Offer()
1077 Private->OfferBuffer[Index].Dhcp6.OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL] == NULL) { in PxeBcSelectDhcp6Offer()
1202 ASSERT (Cache6->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL] != NULL); in PxeBcHandleDhcp6Offer()
DPxeBcDhcp6.h56 #define PXEBC_DHCP6_IDX_BOOT_FILE_URL 1 macro
DPxeBcBoot.c620 ASSERT (Cache6->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL] != NULL); in PxeBcDhcp6BootInfo()
628 (CHAR8 *) (Cache6->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL]->Data), in PxeBcDhcp6BootInfo()
629 NTOHS (Cache6->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL]->OpLen) in PxeBcDhcp6BootInfo()