Lines Matching refs:Cache4
254 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()
468 if (EFI_ERROR (HttpBootParseDhcp4Packet (Cache4))) { in HttpBootCacheDhcp4Offer()
475 OfferType = Cache4->OfferType; in HttpBootCacheDhcp4Offer()