Searched refs:NetLibStrToIp6andPrefix (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/ |
D | Helper.c | 194 Status = NetLibStrToIp6andPrefix (Ptr, &Addr->Address.v6, &Addr->PrefixLength); in EfiInetAddrRange()
|
/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/ |
D | IfConfig6.c | 381 Status = NetLibStrToIp6andPrefix (VarArg->Arg, &Address, &Prefix); in IfConfig6ParseManualAddressList() 410 Status = NetLibStrToIp6andPrefix (VarArg->Arg, &Address, &Prefix); in IfConfig6ParseManualAddressList() 483 Status = NetLibStrToIp6andPrefix (VarArg->Arg, &Address, &Prefix); in IfConfig6ParseGwDnsAddressList() 512 Status = NetLibStrToIp6andPrefix (VarArg->Arg, &Address, &Prefix); in IfConfig6ParseGwDnsAddressList()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/ |
D | Ifconfig6.c | 457 Status = NetLibStrToIp6andPrefix (VarArg->Arg, &Address, &Prefix); in IfConfig6ParseManualAddressList() 486 Status = NetLibStrToIp6andPrefix (VarArg->Arg, &Address, &Prefix); in IfConfig6ParseManualAddressList() 559 Status = NetLibStrToIp6andPrefix (VarArg->Arg, &Address, &Prefix); in IfConfig6ParseGwDnsAddressList() 588 Status = NetLibStrToIp6andPrefix (VarArg->Arg, &Address, &Prefix); in IfConfig6ParseGwDnsAddressList()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/ |
D | NetLib.h | 1439 NetLibStrToIp6andPrefix (
|
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
D | Ip6ConfigNv.c | 630 Status = NetLibStrToIp6andPrefix (TempStr, &AddressInfo.Address, &AddressInfo.PrefixLength); in Ip6ParseAddressListFromString()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/ |
D | DxeNetLib.c | 3080 NetLibStrToIp6andPrefix ( in NetLibStrToIp6andPrefix() function
|