Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp6.c180 IN HTTP_BOOT_DHCP6_PACKET_CACHE *Cache6 in HttpBootParseDhcp6Packet() argument
200 Offer = &Cache6->Packet.Offer; in HttpBootParseDhcp6Packet()
201 Options = Cache6->OptList; in HttpBootParseDhcp6Packet()
203 ZeroMem (Cache6->OptList, sizeof (Cache6->OptList)); in HttpBootParseDhcp6Packet()
282 &Cache6->UriParser in HttpBootParseDhcp6Packet()
290 Cache6->UriParser, in HttpBootParseDhcp6Packet()
322 Cache6->OfferType = OfferType; in HttpBootParseDhcp6Packet()
368 HTTP_BOOT_DHCP6_PACKET_CACHE *Cache6; in HttpBootCacheDhcp6Offer() local
373 Cache6 = &Private->OfferBuffer[Private->OfferNum].Dhcp6; in HttpBootCacheDhcp6Offer()
374 Offer = &Cache6->Packet.Offer; in HttpBootCacheDhcp6Offer()
[all …]
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.c654 IN PXEBC_DHCP6_PACKET_CACHE *Cache6 in PxeBcParseDhcp6Packet() argument
669 Offer = &Cache6->Packet.Offer; in PxeBcParseDhcp6Packet()
670 Options = Cache6->OptList; in PxeBcParseDhcp6Packet()
672 ZeroMem (Cache6->OptList, sizeof (Cache6->OptList)); in PxeBcParseDhcp6Packet()
746 Cache6->OfferType = OfferType; in PxeBcParseDhcp6Packet()
1071 PXEBC_DHCP6_PACKET_CACHE *Cache6; in PxeBcRetryDhcp6Binl() local
1116 Cache6 = &Private->ProxyOffer.Dhcp6; in PxeBcRetryDhcp6Binl()
1117 Status = PxeBcParseDhcp6Packet (Cache6); in PxeBcRetryDhcp6Binl()
1122 if (Cache6->OfferType != PxeOfferTypeProxyPxe10 && in PxeBcRetryDhcp6Binl()
1123 Cache6->OfferType != PxeOfferTypeProxyWfm11a && in PxeBcRetryDhcp6Binl()
[all …]
DPxeBcBoot.c602 PXEBC_DHCP6_PACKET_CACHE *Cache6; in PxeBcDhcp6BootInfo() local
614 Cache6 = &Private->PxeReply.Dhcp6; in PxeBcDhcp6BootInfo()
616 Cache6 = &Private->ProxyOffer.Dhcp6; in PxeBcDhcp6BootInfo()
618 Cache6 = &Private->DhcpAck.Dhcp6; in PxeBcDhcp6BootInfo()
621 ASSERT (Cache6->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL] != NULL); in PxeBcDhcp6BootInfo()
639 (CHAR8 *) (Cache6->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL]->Data), in PxeBcDhcp6BootInfo()
640 NTOHS (Cache6->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL]->OpLen) in PxeBcDhcp6BootInfo()
649 if (Cache6->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_PARAM] != NULL) { in PxeBcDhcp6BootInfo()
653 …Status = PxeBcExtractBootFileParam ((CHAR8 *) Cache6->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_PARAM]->Da… in PxeBcDhcp6BootInfo()
DPxeBcDhcp6.h183 IN PXEBC_DHCP6_PACKET_CACHE *Cache6