Home
last modified time | relevance | path

Searched full:inet_pton (Results 1 – 11 of 11) sorted by relevance

/openbmc/google-misc/subprojects/ncsid/src/
H A Dnormalize_ip.c40 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 Dnemorad.cpp83 !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 Dsnmp_util.cpp77 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 Davoid-attr-unless-wanted.patch18 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 Davoid-attr-unless-wanted.patch18 if not bld.CONFIG_SET('HAVE_INET_PTON'): REPLACE_SOURCE += ' inet_pton.c'
/openbmc/openbmc/poky/meta/recipes-extended/sudo/
H A Dsudo.inc14 … file://lib/util/inet_pton.c;beginline=3;endline=17;md5=27785c9f5835093eda42aa0816a2d0b4 \
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DEthernetInterface.interface.yaml111 https://man7.org/linux/man-pages/man3/inet_pton.3.html
/openbmc/phosphor-logging/phosphor-rsyslog-config/
H A Dserver-conf.cpp35 return inet_pton(AF_INET6, addr.c_str(), &result) == 1; in isIPv6Address()
/openbmc/qemu/net/
H A Dslirp.c569 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 Dipmi_tsol.c428 result = inet_pton(AF_INET, (const char *)intf->ssn_params.hostname, in ipmi_tsol_main()
/openbmc/phosphor-host-ipmid/
H A Dchassishandler.cpp269 inet_pton(addressFamily, ipAddress.c_str(), in getHostNetworkData()
277 inet_pton(addressFamily, gateway.c_str(), in getHostNetworkData()