Home
last modified time | relevance | path

Searched refs:CfgAddr (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
DIfConfig6.c1091 EFI_IPv6_ADDRESS *CfgAddr; in IfConfig6SetInterfaceInfo() local
1111 CfgAddr = NULL; in IfConfig6SetInterfaceInfo()
1377 &CfgAddr, in IfConfig6SetInterfaceInfo()
1396 CfgAddr in IfConfig6SetInterfaceInfo()
1410 &CfgAddr, in IfConfig6SetInterfaceInfo()
1429 CfgAddr in IfConfig6SetInterfaceInfo()
1492 if (CfgAddr != NULL) { in IfConfig6SetInterfaceInfo()
1493 FreePool (CfgAddr); in IfConfig6SetInterfaceInfo()
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp6.c749 EFI_IP6_CONFIG_MANUAL_ADDRESS CfgAddr; in HttpBootSetIp6Address() local
766 ZeroMem (&CfgAddr, sizeof (EFI_IP6_CONFIG_MANUAL_ADDRESS)); in HttpBootSetIp6Address()
767 CopyMem (&CfgAddr, &Private->StationIp.v6, sizeof (EFI_IPv6_ADDRESS)); in HttpBootSetIp6Address()
835 &CfgAddr in HttpBootSetIp6Address()
877 if (CompareMem (Ip6Addr + Index, &CfgAddr, sizeof (EFI_IPv6_ADDRESS)) == 0) { in HttpBootSetIp6Address()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
DIfconfig6.c1191 EFI_IPv6_ADDRESS *CfgAddr; in IfConfig6SetInterfaceInfo() local
1211 CfgAddr = NULL; in IfConfig6SetInterfaceInfo()
1502 &CfgAddr, in IfConfig6SetInterfaceInfo()
1523 CfgAddr in IfConfig6SetInterfaceInfo()
1539 &CfgAddr, in IfConfig6SetInterfaceInfo()
1560 CfgAddr in IfConfig6SetInterfaceInfo()
1628 if (CfgAddr != NULL) { in IfConfig6SetInterfaceInfo()
1629 FreePool (CfgAddr); in IfConfig6SetInterfaceInfo()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.c1627 EFI_IP6_CONFIG_MANUAL_ADDRESS CfgAddr; in PxeBcRegisterIp6Address() local
1644 ZeroMem (&CfgAddr, sizeof (EFI_IP6_CONFIG_MANUAL_ADDRESS)); in PxeBcRegisterIp6Address()
1645 CopyMem (&CfgAddr.Address, Address, sizeof (EFI_IPv6_ADDRESS)); in PxeBcRegisterIp6Address()
1707 &CfgAddr in PxeBcRegisterIp6Address()