HomeSort by relevance Sort by last modified time
    Searched defs:Offer (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDhcp4.c 250 EFI_DHCP4_PACKET *Offer;
270 Offer = &Cache4->Packet.Offer;
274 // Parse DHCPv4 options in this offer, and store the pointers.
279 Offer->Dhcp4.Option,
280 GET_OPTION_BUFFER_LEN (Offer),
294 (UINT8 *) Offer->Dhcp4.Header.BootFileName,
295 sizeof (Offer->Dhcp4.Header.BootFileName),
305 (UINT8 *) Offer->Dhcp4.Header.ServerName,
306 sizeof (Offer->Dhcp4.Header.ServerName),
    [all...]
HttpBootDhcp6.c 183 EFI_DHCP6_PACKET *Offer;
200 Offer = &Cache6->Packet.Offer;
205 Option = (EFI_DHCP6_PACKET_OPTION *) (Offer->Dhcp6.Option);
207 Length = GET_DHCP6_OPTION_SIZE (Offer);
230 Option = (EFI_DHCP6_PACKET_OPTION *) (Offer->Dhcp6.Option + Offset);
233 // The offer with assigned client address is NOT a proxy offer.
249 // The offer with "HTTPClient" is a Http offer.
    [all...]
HttpBootDhcp6.h 104 EFI_DHCP6_PACKET Offer;
HttpBootDhcp4.h 89 /// DHCP offer types among HTTP boot.
220 EFI_DHCP4_PACKET Offer;
249 Select an DHCPv4 or DHCP6 offer, and record SelectIndex and SelectProxyType.
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp4.c 455 EFI_DHCP4_PACKET *Offer;
470 Offer = &Cache4->Packet.Offer;
474 // Parse DHCPv4 options in this offer, and store the pointers.
479 Offer->Dhcp4.Option,
480 GET_OPTION_BUFFER_LEN (Offer),
494 (UINT8 *) Offer->Dhcp4.Header.BootFileName,
495 sizeof (Offer->Dhcp4.Header.BootFileName),
505 (UINT8 *) Offer->Dhcp4.Header.ServerName,
506 sizeof (Offer->Dhcp4.Header.ServerName),
    [all...]
PxeBcDhcp6.h 127 EFI_DHCP6_PACKET Offer;
PxeBcDhcp6.c 448 EFI_DHCP6_PACKET *Offer;
460 Offer = &Cache6->Packet.Offer;
465 Option = (EFI_DHCP6_PACKET_OPTION *) (Offer->Dhcp6.Option);
467 Length = GET_DHCP6_OPTION_SIZE (Offer);
488 Option = (EFI_DHCP6_PACKET_OPTION *) (Offer->Dhcp6.Option + Offset);
492 // The offer with assigned client address is NOT a proxy offer.
508 // The offer with "PXEClient" is a pxe offer.
    [all...]
PxeBcDhcp4.h 191 #define IS_PROXY_DHCP_OFFER(Offer) \
192 EFI_IP4_EQUAL (&(Offer)->Dhcp4.Header.YourAddr, &mZeroIp4Addr)
307 EFI_DHCP4_PACKET Offer;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcDhcp.c 94 the index is maximum offer number.
104 EFI_DHCP4_PACKET *Offer;
110 Offer = &Private->Dhcp4Offers[OfferIndex].Packet.Offer;
112 PxeBcCopyEfiDhcp4Packet (&Private->ProxyOffer.Packet.Offer, Offer);
113 CopyMem (&Mode->ProxyOffer, &Offer->Dhcp4, Offer->Length);
134 EFI_DHCP4_PACKET *Offer;
145 Offer = &CachedPacket->Packet.Offer;
    [all...]
PxeBcDhcp.h 114 // The type of DHCP OFFER, arranged by priority, PXE10 has the highest priority.
273 EFI_DHCP4_PACKET Offer;
290 #define IS_PROXY_DHCP_OFFER(Offer) EFI_IP4_EQUAL (&((Offer)->Dhcp4.Header.YourAddr), &mZeroIp4Addr)
327 This function is to check the selected proxy offer (include BINL dhcp offer and
328 DHCP_ONLY offer ) and set the flag and copy the DHCP packets to the Pxe base code
334 @retval EFI_NO_RESPONSE Offer dhcp service failed.
509 @retval EFI_NOT_FOUND The proxy offer is not Pxe10.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/PxeDhcp4/
PxeDhcp4.h 255 DHCP4_PACKET Offer;
301 IN DHCP4_PACKET * offer

Completed in 69 milliseconds