Home
last modified time | relevance | path

Searched refs:inet_ntop (Results 1 – 25 of 141) sorted by relevance

123456

/external/c-ares/
DMakefile.in94 inet_ntop.lo windows_port.lo
104 acountry-inet_net_pton.$(OBJEXT) acountry-inet_ntop.$(OBJEXT)
111 adig-inet_ntop.$(OBJEXT)
118 ahost-inet_net_pton.$(OBJEXT) ahost-inet_ntop.$(OBJEXT)
405 inet_ntop.c \
427 inet_ntop.h \
553 inet_ntop.c
559 inet_ntop.h
708 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acountry-inet_ntop.Po@am__quote@
714 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adig-inet_ntop.Po@am__quote@
[all …]
DMakefile.inc45 inet_ntop.c \
67 inet_ntop.h \
193 inet_ntop.c
199 inet_ntop.h
Dinet_ntop.h21 #define ares_inet_ntop(w,x,y,z) inet_ntop(w,x,y,z)
/external/libpcap/tests/
Dfindalldevstest.c96 inet_ntop(AF_INET6, in ifprint()
101 inet_ntop(AF_INET6, in ifprint()
106 inet_ntop(AF_INET6, in ifprint()
111 inet_ntop(AF_INET6, in ifprint()
/external/ipsec-tools/src/racoon/
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/iproute2/lib/
Dll_addr.c39 return inet_ntop(AF_INET, addr, buf, blen); in ll_addr_n2a()
42 return inet_ntop(AF_INET6, addr, buf, blen); in ll_addr_n2a()
/external/tcpdump/
Dprint-pgm.c268 inet_ntop(nla_af, nla, nla_buf, sizeof(nla_buf)); in pgm_print()
315 inet_ntop(nla_af, nla, nla_buf, sizeof(nla_buf)); in pgm_print()
424 inet_ntop(source_af, source, source_buf, sizeof(source_buf)); in pgm_print()
425 inet_ntop(group_af, group, group_buf, sizeof(group_buf)); in pgm_print()
628 inet_ntop(nla_af, nla, nla_buf, sizeof(nla_buf)); in pgm_print()
759 inet_ntop(nla_af, nla, nla_buf, sizeof(nla_buf)); in pgm_print()
792 inet_ntop(nla_af, nla, nla_buf, sizeof(nla_buf)); in pgm_print()
/external/android-clat/
Ddump.c66 inet_ntop(AF_INET, &header->saddr, addrstr, sizeof(addrstr)); in dump_ip()
68 inet_ntop(AF_INET, &header->daddr, addrstr, sizeof(addrstr)); in dump_ip()
84 inet_ntop(AF_INET6, &header->ip6_src, addrstr, sizeof(addrstr)); in dump_ip6()
87 inet_ntop(AF_INET6, &header->ip6_dst, addrstr, sizeof(addrstr)); in dump_ip6()
Dconfig.c390 …logmsg(ANDROID_LOG_DEBUG,"ipv6_local_subnet = %s",inet_ntop(AF_INET6, &Global_Clatd_Config.ipv6_lo… in dump_config()
391 …logmsg(ANDROID_LOG_DEBUG,"ipv4_local_subnet = %s",inet_ntop(AF_INET, &Global_Clatd_Config.ipv4_loc… in dump_config()
393 …logmsg(ANDROID_LOG_DEBUG,"plat_subnet = %s",inet_ntop(AF_INET6, &Global_Clatd_Config.plat_subnet, … in dump_config()
Dipv6.c63 inet_ntop(AF_INET6, src, srcstr, sizeof(srcstr)); in log_bad_address()
64 inet_ntop(AF_INET6, dst, dststr, sizeof(dststr)); in log_bad_address()
Dclatd.c150 inet_ntop(AF_INET, &Global_Clatd_Config.ipv4_local_subnet, addrstr, sizeof(addrstr)); in configure_tun_ip()
249 inet_ntop(AF_INET6, &interface_ip->ip6, addrstr, sizeof(addrstr)); in update_clat_ipv6_address()
257 inet_ntop(AF_INET6, &Global_Clatd_Config.ipv6_local_subnet, from_addr, sizeof(from_addr)); in update_clat_ipv6_address()
/external/iputils/
Dtraceroute6.c586 inet_ntop(AF_INET6, &to->sin6_addr, pa, sizeof(pa))); in main()
589 inet_ntop(AF_INET6, &saddr.sin6_addr, pa, sizeof(pa))); in main()
876 inet_ntop(AF_INET6, &from->sin6_addr, pa1, sizeof(pa1)), in packet_ok()
877 inet_ntop(AF_INET6, to, pa2, sizeof(pa2))); in packet_ok()
904 Printf(" %s", inet_ntop(AF_INET6, &from->sin6_addr, in print()
912 hostname = inet_ntop(AF_INET6, &from->sin6_addr, pa, sizeof(pa)); in print()
/external/toybox/toys/pending/
Droute.c125 else if (!inet_ntop(AF_INET, &dest, destip, 32)) perror_exit("inet"); in display_routes()
128 else if (!inet_ntop(AF_INET, &gate, gateip, 32)) perror_exit("inet"); in display_routes()
130 if (!inet_ntop(AF_INET, &mask, maskip, 32)) perror_exit("inet"); in display_routes()
418 if (inet_ntop(AF_INET6, buf, buf2, INET6_ADDRSTRLEN)) in display_routes6()
422 if (inet_ntop(AF_INET6, buf, buf2, INET6_ADDRSTRLEN)) in display_routes6()
/external/webrtc/webrtc/base/
Dnethelpers.cc102 const char* inet_ntop(int af, const void *src, char* dst, socklen_t size) { in inet_ntop() function
106 return ::inet_ntop(af, src, dst, size); in inet_ntop()
/external/avahi/avahi-autoipd/
Dmain.c268 fprintf(f, "%s\n", inet_ntop(AF_INET, &addr, buf, sizeof (buf))); in save_address()
410 …avahi_set_proc_title(argv0, "%s: [%s] announcing %s", argv0, interface_name, inet_ntop(AF_INET, &a… in set_state()
412 …avahi_set_proc_title(argv0, "%s: [%s] bound %s", argv0, interface_name, inet_ntop(AF_INET, &addres… in set_state()
414 …avahi_set_proc_title(argv0, "%s: [%s] probing %s", argv0, interface_name, inet_ntop(AF_INET, &addr… in set_state()
857 inet_ntop(AF_INET, &info.address, buf, sizeof(buf)), NULL) < 0) { in fork_dispatcher()
912 inet_ntop(AF_INET, &addr, buf, sizeof(buf)), in do_callout()
1112 … is not from IPv4LL range 169.254/16 or a reserved address, ignoring.", inet_ntop(AF_INET, &addr, … in loop()
1132 daemon_log(LOG_INFO, "Starting with address %s", inet_ntop(AF_INET, &addr, buf, sizeof(buf))); in loop()
1200 …daemon_log(LOG_INFO, "Successfully claimed IP address %s", inet_ntop(AF_INET, &addr, buf, sizeof(b… in loop()
1248 … daemon_log(LOG_INFO, "Trying address %s", inet_ntop(AF_INET, &addr, buf, sizeof(buf))); in loop()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface_udp.c100 inet_ntop(AF_INET6, &from->sin6_addr, addr, sizeof(*from)), in wpa_supplicant_ctrl_iface_attach()
130 inet_ntop(AF_INET6, &from->sin6_addr, addr,
177 inet_ntop(AF_INET6, &from->sin6_addr, addr,
248 inet_ntop(AF_INET6, &from.sin6_addr, addr, sizeof(from));
538 inet_ntop(AF_INET6, &dst->addr.sin6_addr,
/external/netperf/
DMakefile.am4 EXTRA_DIST = README.* Release_Notes inet_ntop.c autogen.sh m4
/external/fio/os/windows/posix/include/arpa/
Dinet.h15 const char *inet_ntop(int af, const void *restrict src,
/external/curl/lib/
Dinet_ntop.h34 inet_ntop(af, addr, buf, (curl_socklen_t)size)
/external/tcpdump/missing/
Dgetnameinfo.c211 if (inet_ntop(afd->a_af, addr, numaddr, sizeof(numaddr))
267 if (inet_ntop(afd->a_af, addr, numaddr, sizeof(numaddr))
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/IN/
DAPL.py139 address = dns.inet.inet_ntop(dns.inet.AF_INET, address)
143 address = dns.inet.inet_ntop(dns.inet.AF_INET6, address)
DIPSECKEY.py127 gateway = dns.inet.inet_ntop(dns.inet.AF_INET,
132 gateway = dns.inet.inet_ntop(dns.inet.AF_INET6,
/external/iptables/libiptc/
Dlibip6tc.c142 inet_ntop(AF_INET6, &e->ipv6.src, buf, sizeof buf); in dump_entry()
149 inet_ntop(AF_INET6, &e->ipv6.smsk, buf, sizeof buf); in dump_entry()
155 inet_ntop(AF_INET6, &e->ipv6.dst, buf, sizeof buf); in dump_entry()
162 inet_ntop(AF_INET6, &e->ipv6.dmsk, buf, sizeof buf); in dump_entry()
/external/libxml2/os400/
Dwrappers.h61 #define inet_ntop _lx_inet_ntop macro
/external/autotest/client/tests/ipv6connect/src/
Dipv6connect.c56 if (!inet_ntop(AF_INET6, &sa.sin6_addr, buf, INET6_ADDRSTRLEN)) { in ConnectAndAccept()
165 if (!inet_ntop(AF_INET6, &sa.sin6_addr, buf, INET6_ADDRSTRLEN)) { in CreateServerConnectAndAccept()
292 if (!inet_ntop(AF_INET6, &sa.sin6_addr, buf, INET6_ADDRSTRLEN)) { in ThreadedCreateServerConnectAndAccept()

123456