Searched refs:inet_ntop (Results 1 - 25 of 124) sorted by relevance

12345

/external/c-ares/
H A Dinet_ntop.h21 #define ares_inet_ntop(w,x,y,z) inet_ntop(w,x,y,z)
H A DMakefile.inc45 inet_ntop.c \
67 inet_ntop.h \
193 inet_ntop.c
199 inet_ntop.h
/external/curl/lib/
H A Dinet_ntop.h34 inet_ntop(af, addr, buf, (curl_socklen_t)size)
/external/fio/os/windows/posix/include/arpa/
H A Dinet.h15 const char *inet_ntop(int af, const void *restrict src,
/external/android-clat/
H A Ddns64.c70 inet_ntop(AF_INET6, &plat_addr, plat_addr_str, sizeof(plat_addr_str)));
H A Dipv6.c63 inet_ntop(AF_INET6, src, srcstr, sizeof(srcstr));
64 inet_ntop(AF_INET6, dst, dststr, sizeof(dststr));
H A Ddump.c66 inet_ntop(AF_INET, &header->saddr, addrstr, sizeof(addrstr));
68 inet_ntop(AF_INET, &header->daddr, addrstr, sizeof(addrstr));
84 inet_ntop(AF_INET6, &header->ip6_src, addrstr, sizeof(addrstr));
87 inet_ntop(AF_INET6, &header->ip6_dst, addrstr, sizeof(addrstr));
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
H A Dinet.py56 def inet_ntop(family, address): function
/external/libpcap/tests/
H A Dfindalldevstest.c96 inet_ntop(AF_INET6,
101 inet_ntop(AF_INET6,
106 inet_ntop(AF_INET6,
111 inet_ntop(AF_INET6,
/external/libxml2/os400/
H A Dwrappers.h61 #define inet_ntop _lx_inet_ntop macro
/external/webrtc/webrtc/base/
H A Dnethelpers.h57 // rtc namespaced wrappers for inet_ntop and inet_pton so we can avoid
59 const char* inet_ntop(int af, const void *src, char* dst, socklen_t size);
H A Dnethelpers.cc102 const char* inet_ntop(int af, const void *src, char* dst, socklen_t size) { function in namespace:rtc
106 return ::inet_ntop(af, src, dst, size);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dip_addr.c27 if (inet_ntop(AF_INET6, &addr->u.v6, buf, buflen) == NULL)
/external/wpa_supplicant_8/src/utils/
H A Dip_addr.c27 if (inet_ntop(AF_INET6, &addr->u.v6, buf, buflen) == NULL)
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dip_addr.c27 if (inet_ntop(AF_INET6, &addr->u.v6, buf, buflen) == NULL)
/external/iproute2/lib/
H A Dll_addr.c39 return inet_ntop(AF_INET, addr, buf, blen);
42 return inet_ntop(AF_INET6, addr, buf, blen);
/external/ipsec-tools/src/racoon/
H A Disakmp_unity.c293 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40);
294 inet_ntop(AF_INET, &netentry->network.mask4, tmp2, 40);
372 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40);
373 inet_ntop(AF_INET, &netentry->network.mask4, tmp2, 40);
391 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40);
392 inet_ntop(AF_INET, &netentry->network.mask4, tmp2, 40);
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/IN/
H A DAAAA.py49 address = dns.inet.inet_ntop(dns.inet.AF_INET6,
H A DAPL.py139 address = dns.inet.inet_ntop(dns.inet.AF_INET, address)
143 address = dns.inet.inet_ntop(dns.inet.AF_INET6, address)
/external/libpcap/Win32/Include/
H A Daddrinfo.h90 extern const char *inet_ntop (int, const void *, char *, size_t);
/external/netperf/src/missing/
H A Dinet_ntop.c39 /* $Id: inet_ntop.c,v 1.7 2003/11/16 09:36:50 guy Exp $ */
43 "@(#) $Header: /tcpdump/master/tcpdump/missing/inet_ntop.c,v 1.7 2003/11/16 09:36:50 guy Exp $";
131 inet_ntop(int af, const void *src, char *dst, size_t size) function
/external/tcpdump/missing/
H A Daddrinfo.h87 extern const char *inet_ntop (int, const void *, char *, size_t);
/external/toybox/toys/pending/
H A Dping.c102 inet_ntop(family, &src_addr, toybuf, sizeof(toybuf));
H A Droute.c125 else if (!inet_ntop(AF_INET, &dest, destip, 32)) perror_exit("inet");
128 else if (!inet_ntop(AF_INET, &gate, gateip, 32)) perror_exit("inet");
130 if (!inet_ntop(AF_INET, &mask, maskip, 32)) perror_exit("inet");
418 if (inet_ntop(AF_INET6, buf, buf2, INET6_ADDRSTRLEN))
422 if (inet_ntop(AF_INET6, buf, buf2, INET6_ADDRSTRLEN))
/external/chromium-libpac/src/
H A Dproxy_resolver_js_bindings.cc73 if (inet_ntop(he->h_addrtype, he->h_addr, tmp, sizeof(tmp)) == NULL) {

Completed in 785 milliseconds

12345