Home | History | Annotate | Download | only in UefiPxeBcDxe

Lines Matching refs:Cache

68   PXEBC_DHCP_PACKET_CACHE    *Cache;

85 Cache = Mode->ProxyOfferReceived ? &Private->ProxyOffer : &Private->DhcpAck;
86 OfferType = Mode->UsingIpv6 ? Cache->Dhcp6.OfferType : Cache->Dhcp4.OfferType;
100 VendorOpt = &Cache->Dhcp4.VendorOpt;
108 Cache->Dhcp4.OptList[PXEBC_DHCP4_TAG_INDEX_BOOTFILE] != NULL) {
276 PXEBC_DHCP_PACKET_CACHE *Cache;
296 Cache = Mode->ProxyOfferReceived ? &Private->ProxyOffer : &Private->DhcpAck;
297 OfferType = Mode->UsingIpv6 ? Cache->Dhcp6.OfferType : Cache->Dhcp4.OfferType;
305 VendorOpt = &Cache->Dhcp4.VendorOpt;