Searched defs:Cache6 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcBoot.c564 PXEBC_DHCP6_PACKET_CACHE *Cache6; local
576 Cache6 = &Private->PxeReply.Dhcp6;
578 Cache6 = &Private->ProxyOffer.Dhcp6;
580 Cache6 = &Private->DhcpAck.Dhcp6;
583 ASSERT (Cache6->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL] != NULL);
591 (CHAR8 *) (Cache6->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL]->Data),
592 NTOHS (Cache6->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_URL]->OpLen)
601 if (Cache6->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_PARAM] != NULL) {
605 Status = PxeBcExtractBootFileParam ((CHAR8 *) Cache6->OptList[PXEBC_DHCP6_IDX_BOOT_FILE_PARAM]->Data, &Value);
H A DPxeBcDhcp6.c436 @param[in] Cache6 The pointer to a cached DHCPv6 packet.
444 IN PXEBC_DHCP6_PACKET_CACHE *Cache6
459 Offer = &Cache6->Packet.Offer;
460 Options = Cache6->OptList;
462 ZeroMem (Cache6->OptList, sizeof (Cache6->OptList));
534 Cache6->OfferType = OfferType;
843 PXEBC_DHCP6_PACKET_CACHE *Cache6; local
887 Cache6 = &Private->ProxyOffer.Dhcp6;
888 Status = PxeBcParseDhcp6Packet (Cache6);
927 PXEBC_DHCP6_PACKET_CACHE *Cache6; local
1106 PXEBC_DHCP6_PACKET_CACHE *Cache6; local
[all...]

Completed in 46 milliseconds