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()
318 Cache6->OfferType = OfferType; in HttpBootParseDhcp6Packet()
354 HTTP_BOOT_DHCP6_PACKET_CACHE *Cache6; in HttpBootCacheDhcp6Offer() local
358 Cache6 = &Private->OfferBuffer[Private->OfferNum].Dhcp6; in HttpBootCacheDhcp6Offer()
359 Offer = &Cache6->Packet.Offer; in HttpBootCacheDhcp6Offer()
[all …]
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.c445 IN PXEBC_DHCP6_PACKET_CACHE *Cache6 in PxeBcParseDhcp6Packet() argument
460 Offer = &Cache6->Packet.Offer; in PxeBcParseDhcp6Packet()
461 Options = Cache6->OptList; in PxeBcParseDhcp6Packet()
463 ZeroMem (Cache6->OptList, sizeof (Cache6->OptList)); in PxeBcParseDhcp6Packet()
535 Cache6->OfferType = OfferType; in PxeBcParseDhcp6Packet()
842 PXEBC_DHCP6_PACKET_CACHE *Cache6; in PxeBcRetryDhcp6Binl() local
886 Cache6 = &Private->ProxyOffer.Dhcp6; in PxeBcRetryDhcp6Binl()
887 Status = PxeBcParseDhcp6Packet (Cache6); in PxeBcRetryDhcp6Binl()
892 if (Cache6->OfferType != PxeOfferTypeProxyPxe10 && in PxeBcRetryDhcp6Binl()
893 Cache6->OfferType != PxeOfferTypeProxyWfm11a && in PxeBcRetryDhcp6Binl()
[all …]
DPxeBcBoot.c601 PXEBC_DHCP6_PACKET_CACHE *Cache6; in PxeBcDhcp6BootInfo() local
613 Cache6 = &Private->PxeReply.Dhcp6; in PxeBcDhcp6BootInfo()
615 Cache6 = &Private->ProxyOffer.Dhcp6; in PxeBcDhcp6BootInfo()
617 Cache6 = &Private->DhcpAck.Dhcp6; in PxeBcDhcp6BootInfo()
620 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()
646 if (Cache6->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_PARAM] != NULL) { in PxeBcDhcp6BootInfo()
650 …Status = PxeBcExtractBootFileParam ((CHAR8 *) Cache6->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_PARAM]->Da… in PxeBcDhcp6BootInfo()
DPxeBcDhcp6.h201 IN PXEBC_DHCP6_PACKET_CACHE *Cache6