Home
last modified time | relevance | path

Searched refs:Dhcp6 (Results 1 – 25 of 27) sorted by relevance

12

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.c198 CopyMem (&Dst->Dhcp6, &Src->Dhcp6, Src->Length); in PxeBcCacheDhcp6Packet()
674 Option = (EFI_DHCP6_PACKET_OPTION *) (Offer->Dhcp6.Option); in PxeBcParseDhcp6Packet()
699 Option = (EFI_DHCP6_PACKET_OPTION *) (Offer->Dhcp6.Option + Offset); in PxeBcParseDhcp6Packet()
775 Status = PxeBcCacheDhcp6Packet (&Private->DhcpAck.Dhcp6.Packet.Ack, Ack); in PxeBcCopyDhcp6Ack()
784 PxeBcParseDhcp6Packet (&Private->DhcpAck.Dhcp6); in PxeBcCopyDhcp6Ack()
785 CopyMem (&Mode->DhcpAck.Dhcpv6, &Ack->Dhcp6, Ack->Length); in PxeBcCopyDhcp6Ack()
817 Offer = &Private->OfferBuffer[OfferIndex].Dhcp6.Packet.Offer; in PxeBcCopyDhcp6Proxy()
822 Status = PxeBcCacheDhcp6Packet (&Private->ProxyOffer.Dhcp6.Packet.Offer, Offer); in PxeBcCopyDhcp6Proxy()
826 PxeBcParseDhcp6Packet (&Private->ProxyOffer.Dhcp6); in PxeBcCopyDhcp6Proxy()
831 CopyMem (&Mode->ProxyOffer.Dhcpv6, &Offer->Dhcp6, Offer->Length); in PxeBcCopyDhcp6Proxy()
[all …]
DPxeBcDhcp6.h104 #define PXEBC_CACHED_DHCP6_PACKET_MAX_SIZE (OFFSET_OF (EFI_DHCP6_PACKET, Dhcp6) + PXEBC_DHCP6_PACK…
281 IN EFI_DHCP6_PROTOCOL *Dhcp6
DPxeBcImpl.h87 PXEBC_DHCP6_PACKET_CACHE Dhcp6; member
136 EFI_DHCP6_PROTOCOL *Dhcp6; member
DPxeBcImpl.c105 Private->ProxyOffer.Dhcp6.Packet.Offer.Size = PXEBC_CACHED_DHCP6_PACKET_MAX_SIZE; in EfiPxeBcStart()
106 Private->DhcpAck.Dhcp6.Packet.Ack.Size = PXEBC_CACHED_DHCP6_PACKET_MAX_SIZE; in EfiPxeBcStart()
107 Private->PxeReply.Dhcp6.Packet.Ack.Size = PXEBC_CACHED_DHCP6_PACKET_MAX_SIZE; in EfiPxeBcStart()
110 Private->OfferBuffer[Index].Dhcp6.Packet.Offer.Size = PXEBC_CACHED_DHCP6_PACKET_MAX_SIZE; in EfiPxeBcStart()
318 Private->Dhcp6->Stop (Private->Dhcp6); in EfiPxeBcStop()
319 Private->Dhcp6->Configure (Private->Dhcp6, NULL); in EfiPxeBcStop()
455 Status = PxeBcDhcp6Sarr (Private, Private->Dhcp6); in EfiPxeBcDhcp()
719 Status = PxeBcParseDhcp6Packet (&Private->PxeReply.Dhcp6); in EfiPxeBcDiscover()
723 &Private->PxeReply.Dhcp6.Packet.Ack.Dhcp6, in EfiPxeBcDiscover()
724 Private->PxeReply.Dhcp6.Packet.Ack.Length in EfiPxeBcDiscover()
DPxeBcBoot.c87 OfferType = Mode->UsingIpv6 ? Cache->Dhcp6.OfferType : Cache->Dhcp4.OfferType; in PxeBcSelectBootPrompt()
298 OfferType = Mode->UsingIpv6 ? Cache->Dhcp6.OfferType : Cache->Dhcp4.OfferType; in PxeBcSelectBootMenu()
614 Cache6 = &Private->PxeReply.Dhcp6; in PxeBcDhcp6BootInfo()
616 Cache6 = &Private->ProxyOffer.Dhcp6; in PxeBcDhcp6BootInfo()
618 Cache6 = &Private->DhcpAck.Dhcp6; in PxeBcDhcp6BootInfo()
947 Private->PxeReply.Dhcp6.Packet.Ack.Length in PxeBcDiscoverBootFile()
DPxeBcDriver.c935 (VOID **) &Private->Dhcp6, in PxeBcCreateIp6Children()
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
DDhcp6Io.c59 TxCb->Xid = Packet->Dhcp6.Header.TransactionId; in Dhcp6EnqueueRetry()
69 switch (Packet->Dhcp6.Header.MessageType) { in Dhcp6EnqueueRetry()
258 if (TxCb->TxPacket->Dhcp6.Header.MessageType == Dhcp6MsgInfoRequest) { in Dhcp6DequeueRetry()
323 if (TxCb->TxPacket->Dhcp6.Header.MessageType != Dhcp6MsgInfoRequest) { in Dhcp6CleanupRetry()
344 if (TxCb->TxPacket->Dhcp6.Header.MessageType == Dhcp6MsgInfoRequest) { in Dhcp6CleanupRetry()
510 &Instance->Dhcp6, in Dhcp6CallbackUser()
569 Packet->Dhcp6.Option, in Dhcp6UpdateIaInfo()
712 Packet->Dhcp6.Option, in Dhcp6SeekStsOption()
728 Packet->Dhcp6.Option, in Dhcp6SeekStsOption()
846 Frag.Bulk = (UINT8 *) &Packet->Dhcp6.Header; in Dhcp6TransmitPacket()
[all …]
DComponentName.c257 IN EFI_DHCP6_PROTOCOL *Dhcp6 in UpdateName() argument
264 if (Dhcp6 == NULL) { in UpdateName()
271 Status = Dhcp6->GetModeData (Dhcp6, &Dhcp6ModeData, NULL); in UpdateName()
396 EFI_DHCP6_PROTOCOL *Dhcp6; in Dhcp6ComponentNameGetControllerName() local
423 (VOID **)&Dhcp6, in Dhcp6ComponentNameGetControllerName()
435 Status = UpdateName (Dhcp6); in Dhcp6ComponentNameGetControllerName()
DDhcp6Driver.c299 &Dhcp6Ins->Dhcp6, in Dhcp6CreateInstance()
663 &Instance->Dhcp6, in Dhcp6ServiceBindingCreateChild()
690 &Instance->Dhcp6, in Dhcp6ServiceBindingCreateChild()
741 EFI_DHCP6_PROTOCOL *Dhcp6; in Dhcp6ServiceBindingDestroyChild() local
755 (VOID **) &Dhcp6, in Dhcp6ServiceBindingDestroyChild()
765 Instance = DHCP6_INSTANCE_FROM_THIS (Dhcp6); in Dhcp6ServiceBindingDestroyChild()
800 Dhcp6 in Dhcp6ServiceBindingDestroyChild()
DDhcp6Impl.h64 #define DHCP6_INSTANCE_FROM_THIS(Instance) CR ((Instance), DHCP6_INSTANCE, Dhcp6, DHCP6_INSTANCE_SI…
117 EFI_DHCP6_PROTOCOL Dhcp6; member
DDhcp6Impl.c1177 Start = Packet->Dhcp6.Option; in EfiDhcp6Parse()
1204 Start = Packet->Dhcp6.Option; in EfiDhcp6Parse()
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp6.c205 Option = (EFI_DHCP6_PACKET_OPTION *) (Offer->Dhcp6.Option); in HttpBootParseDhcp6Packet()
230 Option = (EFI_DHCP6_PACKET_OPTION *) (Offer->Dhcp6.Option + Offset); in HttpBootParseDhcp6Packet()
346 CopyMem (&Dst->Dhcp6, &Src->Dhcp6, Src->Length); in HttpBootCacheDhcp6Packet()
373 Cache6 = &Private->OfferBuffer[Private->OfferNum].Dhcp6; in HttpBootCacheDhcp6Offer()
473 SelectAd = &Private->OfferBuffer[Private->SelectIndex - 1].Dhcp6.Packet.Offer; in HttpBootDhcp6CallBack()
918 EFI_DHCP6_PROTOCOL *Dhcp6; in HttpBootDhcp6Sarr() local
927 Dhcp6 = Private->Dhcp6; in HttpBootDhcp6Sarr()
928 ASSERT (Dhcp6 != NULL); in HttpBootDhcp6Sarr()
962 Status = Dhcp6->Configure (Dhcp6, &Config); in HttpBootDhcp6Sarr()
978 Status = Dhcp6->Start (Dhcp6); in HttpBootDhcp6Sarr()
[all …]
DHttpBootImpl.c133 Private->OfferBuffer[Index].Dhcp6.Packet.Offer.Size = HTTP_CACHED_DHCP6_PACKET_MAX_SIZE; in HttpBootStart()
371 Private->Dhcp6->Stop (Private->Dhcp6); in HttpBootStop()
372 Private->Dhcp6->Configure (Private->Dhcp6, NULL); in HttpBootStop()
375 if (Private->OfferBuffer[Index].Dhcp6.UriParser) { in HttpBootStop()
376 HttpUrlFreeParser (Private->OfferBuffer[Index].Dhcp6.UriParser); in HttpBootStop()
DHttpBootDxe.h114 HTTP_BOOT_DHCP6_PACKET_CACHE Dhcp6; member
158 EFI_DHCP6_PROTOCOL *Dhcp6; member
DHttpBootDhcp6.h78 #define HTTP_CACHED_DHCP6_PACKET_MAX_SIZE (OFFSET_OF (EFI_DHCP6_PACKET, Dhcp6) + HTTP_BOOT_DHCP6_P…
DHttpBootClient.c273 SelectOffer = &Private->OfferBuffer[SelectIndex].Dhcp6; in HttpBootDhcp6ExtractUriInfo()
285 HttpOffer = &Private->OfferBuffer[ProxyIndex].Dhcp6; in HttpBootDhcp6ExtractUriInfo()
DHttpBootDxe.c892 (VOID **) &Private->Dhcp6, in HttpBootIp6DxeDriverBindingStart()
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6ConfigImpl.c156 EFI_DHCP6_PROTOCOL *Dhcp6; in Ip6ConfigStartStatefulAutoConfig() local
207 (VOID **) &Instance->Dhcp6, in Ip6ConfigStartStatefulAutoConfig()
214 Dhcp6 = Instance->Dhcp6; in Ip6ConfigStartStatefulAutoConfig()
215 Dhcp6->Configure (Dhcp6, NULL); in Ip6ConfigStartStatefulAutoConfig()
244 Status = Dhcp6->Configure (Dhcp6, &Dhcp6CfgData); in Ip6ConfigStartStatefulAutoConfig()
249 Status = Dhcp6->Start (Dhcp6); in Ip6ConfigStartStatefulAutoConfig()
266 Status = Dhcp6->InfoRequest ( in Ip6ConfigStartStatefulAutoConfig()
267 Dhcp6, in Ip6ConfigStartStatefulAutoConfig()
1467 IN EFI_DHCP6_PROTOCOL *Dhcp6, in Ip6ConfigParseDhcpReply() argument
1487 Status = Dhcp6->Parse (Dhcp6, Reply, &OptCount, NULL); in Ip6ConfigParseDhcpReply()
[all …]
DIp6ConfigImpl.h204 EFI_DHCP6_PROTOCOL *Dhcp6; member
DIp6Nd.c820 EFI_DHCP6_PROTOCOL *Dhcp6; in Ip6OnDADFinished() local
843 Dhcp6 = IpSb->Ip6ConfigInstance.Dhcp6; in Ip6OnDADFinished()
846 Dhcp6->Start (Dhcp6); in Ip6OnDADFinished()
865 Dhcp6->InfoRequest ( in Ip6OnDADFinished()
866 Dhcp6, in Ip6OnDADFinished()
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiDhcp6.c373 EFI_DHCP6_PROTOCOL *Dhcp6; in IScsiDoDhcp6() local
398 Dhcp6 = NULL; in IScsiDoDhcp6()
418 (VOID **) &Dhcp6, in IScsiDoDhcp6()
448 Status = Dhcp6->InfoRequest ( in IScsiDoDhcp6()
449 Dhcp6, in IScsiDoDhcp6()
480 Status = Dhcp6->InfoRequest ( in IScsiDoDhcp6()
481 Dhcp6, in IScsiDoDhcp6()
507 if (Dhcp6 != NULL) { in IScsiDoDhcp6()
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsDhcp.c617 EFI_DHCP6_PROTOCOL *Dhcp6; in GetDns6ServerFromDhcp6() local
627 Dhcp6 = NULL; in GetDns6ServerFromDhcp6()
660 (VOID **) &Dhcp6, in GetDns6ServerFromDhcp6()
688 Status = Dhcp6->InfoRequest ( in GetDns6ServerFromDhcp6()
689 Dhcp6, in GetDns6ServerFromDhcp6()
718 Status = Dhcp6->InfoRequest ( in GetDns6ServerFromDhcp6()
719 Dhcp6, in GetDns6ServerFromDhcp6()
745 if (Dhcp6 != NULL) { in GetDns6ServerFromDhcp6()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDhcp6.h206 } Dhcp6; member
/device/linaro/bootloader/edk2/NetworkPkg/
DNetworkPkg.uni55 …kPkgTokenSpaceGuid_PcdDhcp6UidType_PROMPT #language en-US "Type Value of Dhcp6 Unique Identifier …
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
DUefiHandleParsingLib.uni198 #string STR_DHCP6 #language en-US "Dhcp6"

12