Home
last modified time | relevance | path

Searched refs:EFI_IP6_CONFIG_INTERFACE_INFO (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6ConfigImpl.h111 EFI_IP6_CONFIG_INTERFACE_INFO *IfInfo;
192 EFI_IP6_CONFIG_INTERFACE_INFO InterfaceInfo;
DIp6ConfigNv.c688 IN EFI_IP6_CONFIG_INTERFACE_INFO *IfInfo, in Ip6ConvertInterfaceInfoToString()
920 (EFI_IP6_CONFIG_INTERFACE_INFO *) Data, in Ip6ConvertConfigNvDataToIfrNvData()
1539 EFI_IP6_CONFIG_INTERFACE_INFO *Data; in Ip6GetCurrentSetting()
1543 EFI_IP6_CONFIG_INTERFACE_INFO *IfInfo; in Ip6GetCurrentSetting()
1566 IfInfo = (EFI_IP6_CONFIG_INTERFACE_INFO *) Data; in Ip6GetCurrentSetting()
DIp6ConfigImpl.c535 EFI_IP6_CONFIG_INTERFACE_INFO *IfInfo; in Ip6ConfigGetIfInfo()
540 Length = sizeof (EFI_IP6_CONFIG_INTERFACE_INFO); in Ip6ConfigGetIfInfo()
560 IfInfo = (EFI_IP6_CONFIG_INTERFACE_INFO *) Data; in Ip6ConfigGetIfInfo()
561 CopyMem (IfInfo, Item->Data.Ptr, sizeof (EFI_IP6_CONFIG_INTERFACE_INFO)); in Ip6ConfigGetIfInfo()
1435 OUT EFI_IP6_CONFIG_INTERFACE_INFO *IfInfo in Ip6ConfigInitIfInfo()
/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
DIfConfig6.h49 EFI_IP6_CONFIG_INTERFACE_INFO *IfInfo;
DIfConfig6.c665 EFI_IP6_CONFIG_INTERFACE_INFO *IfInfo; in IfConfig6GetInterfaceInfo()
1106 EFI_IP6_CONFIG_INTERFACE_INFO *IfInfo; in IfConfig6SetInterfaceInfo()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DIp6Config.h138 } EFI_IP6_CONFIG_INTERFACE_INFO; typedef
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
DPing.c1025 …for (AddrIndex = 0; AddrIndex < ((EFI_IP6_CONFIG_INTERFACE_INFO*)IpXInterfaceInfo)->AddressInfoCou… in PingCreateIpInstance()
1027 … Addr = &(((EFI_IP6_CONFIG_INTERFACE_INFO*)IpXInterfaceInfo)->AddressInfo[AddrIndex].Address); in PingCreateIpInstance()
1036 if (AddrIndex < ((EFI_IP6_CONFIG_INTERFACE_INFO*)IpXInterfaceInfo)->AddressInfoCount) { in PingCreateIpInstance()
/device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
DPing6.c598 EFI_IP6_CONFIG_INTERFACE_INFO *IfInfo; in Ping6CreateIp6Instance()
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DUdp6.c1106 EFI_IP6_CONFIG_INTERFACE_INFO * pIpConfigData; in EslUdp6VerifyLocalIpAddress()
DTcp6.c2321 EFI_IP6_CONFIG_INTERFACE_INFO * pIpConfigData; in EslTcp6VerifyLocalIpAddress()