Lines Matching refs:Cache6
180 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()
322 Cache6->OfferType = OfferType; in HttpBootParseDhcp6Packet()
368 HTTP_BOOT_DHCP6_PACKET_CACHE *Cache6; in HttpBootCacheDhcp6Offer() local
373 Cache6 = &Private->OfferBuffer[Private->OfferNum].Dhcp6; in HttpBootCacheDhcp6Offer()
374 Offer = &Cache6->Packet.Offer; in HttpBootCacheDhcp6Offer()
387 if (EFI_ERROR (HttpBootParseDhcp6Packet (Cache6))) { in HttpBootCacheDhcp6Offer()
394 OfferType = Cache6->OfferType; in HttpBootCacheDhcp6Offer()