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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcBoot.c456 PXEBC_DHCP4_PACKET_CACHE *Cache4; local
468 Cache4 = &Private->PxeReply.Dhcp4;
470 Cache4 = &Private->ProxyOffer.Dhcp4;
472 Cache4 = &Private->DhcpAck.Dhcp4;
481 &Cache4->Packet.Offer.Dhcp4.Header.ServerAddr,
488 Cache4->OptList[PXEBC_DHCP4_TAG_INDEX_SERVER_ID]->Data,
496 ASSERT (Cache4->OptList[PXEBC_DHCP4_TAG_INDEX_BOOTFILE] != NULL);
497 Private->BootFileName = Cache4->OptList[PXEBC_DHCP4_TAG_INDEX_BOOTFILE]->Data;
499 if (Cache4->OptList[PXEBC_DHCP4_TAG_INDEX_BOOTFILE_LEN] != NULL) {
503 CopyMem (&Value, Cache4
672 PXEBC_DHCP4_PACKET_CACHE *Cache4; local
[all...]
H A DPxeBcDhcp4.c444 @param[in] Cache4 Pointer to cached DHCPv4 packet.
452 IN PXEBC_DHCP4_PACKET_CACHE *Cache4
467 ZeroMem (Cache4->OptList, sizeof (Cache4->OptList));
468 ZeroMem (&Cache4->VendorOpt, sizeof (Cache4->VendorOpt));
470 Offer = &Cache4->Packet.Offer;
471 Options = Cache4->OptList;
505 PxeBcParseVendorOptions (Option, &Cache4->VendorOpt);
553 Option = Cache4
679 PXEBC_DHCP4_PACKET_CACHE *Cache4; local
766 PXEBC_DHCP4_PACKET_CACHE *Cache4; local
971 PXEBC_DHCP4_PACKET_CACHE *Cache4; local
[all...]

Completed in 45 milliseconds