Searched full:inet_pton (Results 1 – 11 of 11) sorted by relevance
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | normalize_ip.c | 40 if (inet_pton(af, argv[1], &buf) != 1) in main() 43 if (inet_pton(af, argv[1], &buf) != 1) in main()
|
/openbmc/google-misc/subprojects/nemora-postd/ |
H A D | nemorad.cpp | 83 !inet_pton(AF_INET, udp_address_v4_str.c_str(), &udp_address_v4)) in main() 100 !inet_pton(AF_INET6, udp_address_v6_str.c_str(), &udp_address_v6)) in main()
|
/openbmc/phosphor-snmp/ |
H A D | snmp_util.cpp | 77 int isValid = inet_pton(AF_INET, ipaddress, buf); in resolveAddress() 86 int isValid6 = inet_pton(AF_INET6, ipaddress, buf); in resolveAddress()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/ |
H A D | avoid-attr-unless-wanted.patch | 18 if not bld.CONFIG_SET('HAVE_INET_PTON'): REPLACE_SOURCE += ' inet_pton.c'
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/ |
H A D | avoid-attr-unless-wanted.patch | 18 if not bld.CONFIG_SET('HAVE_INET_PTON'): REPLACE_SOURCE += ' inet_pton.c'
|
/openbmc/openbmc/poky/meta/recipes-extended/sudo/ |
H A D | sudo.inc | 14 … file://lib/util/inet_pton.c;beginline=3;endline=17;md5=27785c9f5835093eda42aa0816a2d0b4 \
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/ |
H A D | EthernetInterface.interface.yaml | 111 https://man7.org/linux/man-pages/man3/inet_pton.3.html
|
/openbmc/phosphor-logging/phosphor-rsyslog-config/ |
H A D | server-conf.cpp | 35 return inet_pton(AF_INET6, addr.c_str(), &result) == 1; in isIPv6Address()
|
/openbmc/qemu/net/ |
H A D | slirp.c | 569 if (!inet_pton(AF_INET6, vprefix6, &ip6_prefix)) { in net_slirp_init() 585 if (!inet_pton(AF_INET6, vhost6, &ip6_host)) { in net_slirp_init() 599 if (!inet_pton(AF_INET6, vnameserver6, &ip6_dns)) { in net_slirp_init()
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_tsol.c | 428 result = inet_pton(AF_INET, (const char *)intf->ssn_params.hostname, in ipmi_tsol_main()
|
/openbmc/phosphor-host-ipmid/ |
H A D | chassishandler.cpp | 269 inet_pton(addressFamily, ipAddress.c_str(), in getHostNetworkData() 277 inet_pton(addressFamily, gateway.c_str(), in getHostNetworkData()
|