Home
last modified time | relevance | path

Searched refs:Ip6Cfg (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.c1374 EFI_IP6_CONFIG_PROTOCOL *Ip6Cfg; in PxeBcRegisterIp6Address() local
1389 Ip6Cfg = Private->Ip6Cfg; in PxeBcRegisterIp6Address()
1414 Status = Ip6Cfg->SetData ( in PxeBcRegisterIp6Address()
1415 Ip6Cfg, in PxeBcRegisterIp6Address()
1443 Status = Ip6Cfg->RegisterDataNotify ( in PxeBcRegisterIp6Address()
1444 Ip6Cfg, in PxeBcRegisterIp6Address()
1452 Status = Ip6Cfg->SetData ( in PxeBcRegisterIp6Address()
1453 Ip6Cfg, in PxeBcRegisterIp6Address()
1471 Status = Ip6Cfg->GetData ( in PxeBcRegisterIp6Address()
1472 Ip6Cfg, in PxeBcRegisterIp6Address()
[all …]
DPxeBcImpl.h133 EFI_IP6_CONFIG_PROTOCOL *Ip6Cfg; member
DPxeBcDriver.c1070 (VOID **) &Private->Ip6Cfg in PxeBcCreateIp6Children()
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp6.c720 EFI_IP6_CONFIG_PROTOCOL *Ip6Cfg; in HttpBootSetIp6Address() local
736 Ip6Cfg = Private->Ip6Config; in HttpBootSetIp6Address()
768 Status = Ip6Cfg->SetData ( in HttpBootSetIp6Address()
769 Ip6Cfg, in HttpBootSetIp6Address()
795 Status = Ip6Cfg->RegisterDataNotify ( in HttpBootSetIp6Address()
796 Ip6Cfg, in HttpBootSetIp6Address()
804 Status = Ip6Cfg->SetData ( in HttpBootSetIp6Address()
805 Ip6Cfg, in HttpBootSetIp6Address()
823 Status = Ip6Cfg->GetData ( in HttpBootSetIp6Address()
824 Ip6Cfg, in HttpBootSetIp6Address()
[all …]
/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
DIfConfig6.c664 EFI_IP6_CONFIG_PROTOCOL *Ip6Cfg; in IfConfig6GetInterfaceInfo() local
705 (VOID **) &Ip6Cfg in IfConfig6GetInterfaceInfo()
714 Status = Ip6Cfg->GetData ( in IfConfig6GetInterfaceInfo()
715 Ip6Cfg, in IfConfig6GetInterfaceInfo()
735 Status = Ip6Cfg->GetData ( in IfConfig6GetInterfaceInfo()
736 Ip6Cfg, in IfConfig6GetInterfaceInfo()
758 Status = Ip6Cfg->GetData ( in IfConfig6GetInterfaceInfo()
759 Ip6Cfg, in IfConfig6GetInterfaceInfo()
779 IfCb->IfCfg = Ip6Cfg; in IfConfig6GetInterfaceInfo()
787 Status = Ip6Cfg->GetData ( in IfConfig6GetInterfaceInfo()
[all …]
/device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
DPing6.c596 EFI_IP6_CONFIG_PROTOCOL *Ip6Cfg; in Ping6CreateIp6Instance() local
663 (VOID **) &Ip6Cfg in Ping6CreateIp6Instance()
672 Status = Ip6Cfg->GetData ( in Ping6CreateIp6Instance()
673 Ip6Cfg, in Ping6CreateIp6Instance()
693 Status = Ip6Cfg->GetData ( in Ping6CreateIp6Instance()
694 Ip6Cfg, in Ping6CreateIp6Instance()
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
DDhcp6Utility.c1304 IN EFI_IP6_CONFIG_PROTOCOL *Ip6Cfg, in Dhcp6GetMappingTimeOut() argument
1312 if (Ip6Cfg == NULL || TimeOut == NULL) { in Dhcp6GetMappingTimeOut()
1317 Status = Ip6Cfg->GetData ( in Dhcp6GetMappingTimeOut()
1318 Ip6Cfg, in Dhcp6GetMappingTimeOut()
DDhcp6Utility.h357 IN EFI_IP6_CONFIG_PROTOCOL *Ip6Cfg,
DDhcp6Impl.h268 EFI_IP6_CONFIG_PROTOCOL *Ip6Cfg; member
DDhcp6Driver.c173 (VOID **) &Dhcp6Srv->Ip6Cfg in Dhcp6CreateService()
DDhcp6Impl.c650 Status = Dhcp6GetMappingTimeOut(Service->Ip6Cfg, &GetMappingTimeOut); in EfiDhcp6InfoRequest()