Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp4.c459 IN PXEBC_DHCP4_PACKET_CACHE *Cache4 in PxeBcParseDhcp4Packet() argument
476 ZeroMem (Cache4->OptList, sizeof (Cache4->OptList)); in PxeBcParseDhcp4Packet()
477 ZeroMem (&Cache4->VendorOpt, sizeof (Cache4->VendorOpt)); in PxeBcParseDhcp4Packet()
479 Offer = &Cache4->Packet.Offer; in PxeBcParseDhcp4Packet()
480 Options = Cache4->OptList; in PxeBcParseDhcp4Packet()
545 PxeBcParseVendorOptions (Option, &Cache4->VendorOpt); in PxeBcParseDhcp4Packet()
584 Option = Cache4->OptList[PXEBC_DHCP4_TAG_INDEX_BOOTFILE]; in PxeBcParseDhcp4Packet()
593 if (IS_VALID_DISCOVER_VENDOR_OPTION (Cache4->VendorOpt.BitMap)) { in PxeBcParseDhcp4Packet()
598 } else if (IS_VALID_MTFTP_VENDOR_OPTION (Cache4->VendorOpt.BitMap)) { in PxeBcParseDhcp4Packet()
617 Cache4->OfferType = OfferType; in PxeBcParseDhcp4Packet()
[all …]
DPxeBcBoot.c470 PXEBC_DHCP4_PACKET_CACHE *Cache4; in PxeBcDhcp4BootInfo() local
484 Cache4 = &Private->PxeReply.Dhcp4; in PxeBcDhcp4BootInfo()
486 Cache4 = &Private->ProxyOffer.Dhcp4; in PxeBcDhcp4BootInfo()
488 Cache4 = &Private->DhcpAck.Dhcp4; in PxeBcDhcp4BootInfo()
491 ASSERT (Cache4->OptList[PXEBC_DHCP4_TAG_INDEX_BOOTFILE] != NULL); in PxeBcDhcp4BootInfo()
499 VendorOpt = &Cache4->VendorOpt; in PxeBcDhcp4BootInfo()
517 &Cache4->Packet.Offer.Dhcp4.Header.ServerAddr, in PxeBcDhcp4BootInfo()
527 Cache4->OptList[PXEBC_DHCP4_TAG_INDEX_SERVER_ID]->Data, in PxeBcDhcp4BootInfo()
535 Private->BootFileName = Cache4->OptList[PXEBC_DHCP4_TAG_INDEX_BOOTFILE]->Data; in PxeBcDhcp4BootInfo()
537 if (Cache4->OptList[PXEBC_DHCP4_TAG_INDEX_BOOTFILE_LEN] != NULL) { in PxeBcDhcp4BootInfo()
[all …]
DPxeBcDhcp4.h307 IN PXEBC_DHCP4_PACKET_CACHE *Cache4
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp4.c254 IN HTTP_BOOT_DHCP4_PACKET_CACHE *Cache4 in HttpBootParseDhcp4Packet() argument
277 ZeroMem (Cache4->OptList, sizeof (Cache4->OptList)); in HttpBootParseDhcp4Packet()
279 Offer = &Cache4->Packet.Offer; in HttpBootParseDhcp4Packet()
280 Options = Cache4->OptList; in HttpBootParseDhcp4Packet()
389 &Cache4->UriParser in HttpBootParseDhcp4Packet()
397 Cache4->UriParser, in HttpBootParseDhcp4Packet()
429 Cache4->OfferType = OfferType; in HttpBootParseDhcp4Packet()
448 HTTP_BOOT_DHCP4_PACKET_CACHE *Cache4; in HttpBootCacheDhcp4Offer() local
454 Cache4 = &Private->OfferBuffer[Private->OfferNum].Dhcp4; in HttpBootCacheDhcp4Offer()
455 Offer = &Cache4->Packet.Offer; in HttpBootCacheDhcp4Offer()
[all …]