HomeSort by relevance Sort by last modified time
    Searched refs:inet_ntop (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/iproute2/lib/
ll_addr.c 39 return inet_ntop(AF_INET, addr, buf, blen);
42 return inet_ntop(AF_INET6, addr, buf, blen);
  /external/ipsec-tools/src/racoon/
isakmp_unity.c 293 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40);
294 inet_ntop(AF_INET, &netentry->network.mask4, tmp2, 40);
371 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40);
372 inet_ntop(AF_INET, &netentry->network.mask4, tmp2, 40);
390 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40);
391 inet_ntop(AF_INET, &netentry->network.mask4, tmp2, 40);
  /external/tcpdump/missing/
addrinfo.h 92 extern const char *inet_ntop (int, const void *, char *, size_t);
getnameinfo.c 216 if (inet_ntop(afd->a_af, addr, numaddr, sizeof(numaddr))
272 if (inet_ntop(afd->a_af, addr, numaddr, sizeof(numaddr))
inet_ntop.c 39 /* $Id: inet_ntop.c,v 1.8 2005/02/09 02:25:46 guy Exp $ */
43 "@(#) $Header: /tcpdump/master/tcpdump/missing/inet_ntop.c,v 1.8 2005/02/09 02:25:46 guy Exp $";
206 inet_ntop(int af, const void *src, char *dst, size_t size) function
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
ip_addr.c 33 if (inet_ntop(AF_INET6, &addr->u.v6, buf, buflen) == NULL)
  /external/wpa_supplicant_8/src/utils/
ip_addr.c 27 if (inet_ntop(AF_INET6, &addr->u.v6, buf, buflen) == NULL)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
inet.h 65 extern __const char *inet_ntop (int __af, __const void *__restrict __cp,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
inet.h 65 extern __const char *inet_ntop (int __af, __const void *__restrict __cp,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
inet.h 65 extern __const char *inet_ntop (int __af, __const void *__restrict __cp,
  /external/tcpdump/
print-pgm.c 273 inet_ntop(nla_af, nla, nla_buf, sizeof(nla_buf));
320 inet_ntop(nla_af, nla, nla_buf, sizeof(nla_buf));
429 inet_ntop(source_af, source, source_buf, sizeof(source_buf));
430 inet_ntop(group_af, group, group_buf, sizeof(group_buf));
628 inet_ntop(nla_af, nla, nla_buf, sizeof(nla_buf));
tcpdump-stdinc.h 79 extern const char *inet_ntop (int, const void *, char *, size_t);
  /bionic/libc/netbsd/net/
getnameinfo.c 190 const char* addrStr = inet_ntop(addrFamily, addr, buf, sizeof(buf));
382 if (inet_ntop(afd->a_af, addr, numaddr, sizeof(numaddr))
444 if (inet_ntop(afd->a_af, addr, host,
473 if (inet_ntop(AF_INET6, addr, numaddr, sizeof(numaddr)) == NULL)
  /external/openssh/openbsd-compat/
openbsd-compat.h 119 const char *inet_ntop(int af, const void *src, char *dst, size_t size);
inet_ntop.c 1 /* $OpenBSD: inet_ntop.c,v 1.7 2005/08/06 20:30:03 espie Exp $ */
19 /* OPENBSD ORIGINAL: lib/libc/net/inet_ntop.c */
52 * inet_ntop(af, src, dst, size)
60 inet_ntop(int af, const void *src, char *dst, size_t size) function
  /external/chromium/third_party/libevent/test/
regress_dns.c 100 const char *b = inet_ntop(AF_INET6, &in6_addrs[i], buf,sizeof(buf));
266 const char *b = inet_ntop(AF_INET6, &in6_addrs[0],buf,sizeof(buf));
  /bionic/libc/inet/
inet_ntop.c 1 /* $OpenBSD: inet_ntop.c,v 1.7 2005/08/06 20:30:03 espie Exp $ */
38 * inet_ntop(af, src, dst, size)
46 inet_ntop(int af, const void *src, char *dst, size_t size) function
  /external/iptables/libiptc/
libip6tc.c 144 inet_ntop(AF_INET6, &e->ipv6.src, buf, sizeof buf);
151 inet_ntop(AF_INET6, &e->ipv6.smsk, buf, sizeof buf);
157 inet_ntop(AF_INET6, &e->ipv6.dst, buf, sizeof buf);
164 inet_ntop(AF_INET6, &e->ipv6.dmsk, buf, sizeof buf);
  /system/core/toolbox/
netstat.c 79 if (inet_ntop(af, addr, buf, ADDR_LEN) == NULL) {
  /external/dnsmasq/src/
util.c 333 inet_ntop(AF_INET, &addr->in.sin_addr, buf, ADDRSTRLEN);
338 inet_ntop(AF_INET6, &addr->in6.sin6_addr, buf, ADDRSTRLEN);
  /external/iproute2/ip/
link_gre.c 336 inet_ntop(AF_INET, RTA_DATA(tb[IFLA_GRE_IKEY]), s2, sizeof(s2));
342 inet_ntop(AF_INET, RTA_DATA(tb[IFLA_GRE_OKEY]), s2, sizeof(s2));
iptunnel.c 313 inet_ntop(AF_INET, &p->i_key, s3, sizeof(s3));
314 inet_ntop(AF_INET, &p->o_key, s4, sizeof(s4));
370 inet_ntop(AF_INET6, &ip6rd.prefix, s1, sizeof(s1)),
ip6tunnel.c 72 inet_ntop(AF_INET6, &p->raddr, remote, sizeof(remote));
73 inet_ntop(AF_INET6, &p->laddr, local, sizeof(local));
  /external/ping6/
ping6.c     [all...]
  /external/iproute2/tc/
f_rsvp.c 348 if (inet_ntop(family, RTA_DATA(tb[TCA_RSVP_DST]), buf, sizeof(buf)) == 0)
374 if (inet_ntop(family, RTA_DATA(tb[TCA_RSVP_SRC]), buf, sizeof(buf)) == 0) {

Completed in 792 milliseconds

12 3 4