Searched defs:Dhcp4 (Results 1 - 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DComponentName.c248 Update the component name for the Dhcp4 child handle.
250 @param Dhcp4[in] A pointer to the EFI_DHCP4_PROTOCOL.
260 IN EFI_DHCP4_PROTOCOL *Dhcp4
266 if (Dhcp4 == NULL) {
273 Status = Dhcp4->GetModeData (Dhcp4, &Dhcp4ModeData);
386 EFI_DHCP4_PROTOCOL *Dhcp4; local
413 (VOID **)&Dhcp4,
425 Status = UpdateName (Dhcp4);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiDhcp.c250 @param[in] Dhcp4 The DHCP4 protocol.
260 IN EFI_DHCP4_PROTOCOL *Dhcp4,
270 Status = Dhcp4->GetModeData (Dhcp4, &Dhcp4ModeData);
286 Status = Dhcp4->Parse (Dhcp4, Dhcp4ModeData.ReplyPacket, &OptionCount, OptionList);
296 Status = Dhcp4->Parse (Dhcp4, Dhcp4ModeData.ReplyPacket, &OptionCount, OptionList);
359 EFI_DHCP4_PROTOCOL *Dhcp4; local
367 Dhcp4
259 IScsiParseDhcpAck( IN EFI_DHCP4_PROTOCOL *Dhcp4, IN OUT ISCSI_SESSION_CONFIG_DATA *ConfigData ) argument
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
H A DIScsiDhcp.c268 @param[in] Dhcp4 The DHCP4 protocol.
280 IN EFI_DHCP4_PROTOCOL *Dhcp4,
291 Status = Dhcp4->GetModeData (Dhcp4, &Dhcp4ModeData);
309 Status = Dhcp4->Parse (Dhcp4, Dhcp4ModeData.ReplyPacket, &OptionCount, OptionList);
319 Status = Dhcp4->Parse (Dhcp4, Dhcp4ModeData.ReplyPacket, &OptionCount, OptionList);
383 EFI_DHCP4_PROTOCOL *Dhcp4; local
391 Dhcp4
279 IScsiParseDhcpAck( IN EFI_DHCP4_PROTOCOL *Dhcp4, IN OUT ISCSI_ATTEMPT_CONFIG_NVDATA *ConfigData ) argument
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
H A DDnsDhcp.c184 Seed->Length = sizeof (Seed->Dhcp4);
185 Header = &Seed->Dhcp4.Header;
192 Seed->Dhcp4.Magik = DHCP4_MAGIC;
193 Seed->Dhcp4.Option[0] = DHCP4_TAG_EOP;
220 @param Dhcp4 The DHCP4 protocol.
232 IN EFI_DHCP4_PROTOCOL *Dhcp4,
251 Status = Dhcp4->Parse (Dhcp4, Packet, &OptionCount, OptionList);
261 Status = Dhcp4->Parse (Dhcp4, Packe
231 ParseDhcp4Ack( IN EFI_DHCP4_PROTOCOL *Dhcp4, IN EFI_DHCP4_PACKET *Packet, IN DNS4_SERVER_INFOR *DnsServerInfor ) argument
423 EFI_DHCP4_PROTOCOL *Dhcp4; local
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
H A DHttpBootDhcp4.c232 CopyMem (&Dst->Dhcp4, &Src->Dhcp4, Src->Length);
279 Offer->Dhcp4.Option,
294 (UINT8 *) Offer->Dhcp4.Header.BootFileName,
295 sizeof (Offer->Dhcp4.Header.BootFileName),
305 (UINT8 *) Offer->Dhcp4.Header.ServerName,
306 sizeof (Offer->Dhcp4.Header.ServerName),
317 if (Offer->Dhcp4.Header.YourAddr.Addr[0] == 0) {
354 } else if (Offer->Dhcp4.Header.BootFileName[0] != 0) {
360 (&Offer->Dhcp4
744 EFI_DHCP4_PROTOCOL *Dhcp4; local
[all...]
H A DHttpBootDxe.h43 #include <Protocol/Dhcp4.h>
83 HTTP_BOOT_DHCP4_PACKET_CACHE Dhcp4; member in union:__anon8419
119 EFI_DHCP4_PROTOCOL *Dhcp4; member in struct:_HTTP_BOOT_PRIVATE_DATA
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Config2Impl.h190 EFI_DHCP4_PROTOCOL *Dhcp4; member in struct:_IP4_CONFIG2_INSTANCE
257 Destroy the Dhcp4 child in IP4_CONFIG2_INSTANCE and release the resources.
H A DIp4Config2Impl.c37 Destroy the Dhcp4 child in IP4_CONFIG2_INSTANCE and release the resources.
52 EFI_DHCP4_PROTOCOL *Dhcp4; local
54 Dhcp4 = Instance->Dhcp4;
55 ASSERT (Dhcp4 != NULL);
57 Dhcp4->Stop (Dhcp4);
58 Dhcp4->Configure (Dhcp4, NULL);
59 Instance->Dhcp4
915 EFI_DHCP4_PROTOCOL *Dhcp4; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcImpl.h24 #include <Protocol/Dhcp4.h>
78 EFI_DHCP4_PROTOCOL *Dhcp4; member in struct:_PXEBC_PRIVATE_DATA
H A DPxeBcDhcp.c54 Seed->Length = sizeof (Seed->Dhcp4);
56 Header = &Seed->Dhcp4.Header;
64 Seed->Dhcp4.Magik = PXEBC_DHCP4_MAGIC;
65 Seed->Dhcp4.Option[0] = PXEBC_DHCP4_TAG_EOP;
84 CopyMem (&Dst->Dhcp4, &Src->Dhcp4, Src->Length);
113 CopyMem (&Mode->ProxyOffer, &Offer->Dhcp4, Offer->Length);
154 Offer->Dhcp4.Option,
169 (UINT8 *) Offer->Dhcp4.Header.BootFileName,
170 sizeof (Offer->Dhcp4
1180 EFI_DHCP4_PROTOCOL *Dhcp4; local
[all...]
H A DPxeBcImpl.c416 //configuration and has not been completed, the Dhcp4 state machine
527 Private->Dhcp4->Stop (Private->Dhcp4);
528 Private->Dhcp4->Configure (Private->Dhcp4, NULL);
578 EFI_DHCP4_PROTOCOL *Dhcp4; local
594 Dhcp4 = Private->Dhcp4;
626 Status = Dhcp4->Configure (Dhcp4,
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp4.c408 Seed->Length = sizeof (Seed->Dhcp4);
409 Header = &Seed->Dhcp4.Header;
416 Seed->Dhcp4.Magik = PXEBC_DHCP4_MAGIC;
417 Seed->Dhcp4.Option[0] = PXEBC_DHCP4_TAG_EOP;
436 CopyMem (&Dst->Dhcp4, &Src->Dhcp4, Src->Length);
479 Offer->Dhcp4.Option,
494 (UINT8 *) Offer->Dhcp4.Header.BootFileName,
495 sizeof (Offer->Dhcp4.Header.BootFileName),
505 (UINT8 *) Offer->Dhcp4
1303 EFI_DHCP4_PROTOCOL *Dhcp4; local
[all...]
H A DPxeBcImpl.h32 #include <Protocol/Dhcp4.h>
84 PXEBC_DHCP4_PACKET_CACHE Dhcp4; member in union:__anon8548
121 EFI_DHCP4_PROTOCOL *Dhcp4; member in struct:_PXEBC_PRIVATE_DATA
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Dhcp4/
H A DDhcp4.h14 Dhcp4.h
71 } Dhcp4; member in struct:__anon4046
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DDhcp4.h103 } Dhcp4; member in struct:__anon7893
726 the Packet->Dhcp4.Option where a new DHCP option begins. If RFC3396 is supported,
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
H A DBdsFilePath.c25 #include <Protocol/Dhcp4.h>
1052 EFI_DHCP4_PROTOCOL *Dhcp4; local
1073 Dhcp4 = NULL;
1095 (VOID **) &Dhcp4,
1148 Status = Dhcp4->Configure (Dhcp4, &Dhcp4CfgData);
1160 Status = Dhcp4->Start (Dhcp4, NULL);
1170 Status = Dhcp4->GetModeData (Dhcp4,
[all...]

Completed in 539 milliseconds