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

12

  /external/iproute2/ip/
iptunnel.c 310 inet_ntop(AF_INET, &p->i_key, s3, sizeof(s3));
311 inet_ntop(AF_INET, &p->o_key, s4, sizeof(s4));
  /external/iptables/extensions/
libip6t_rt.c 89 return (char *)inet_ntop(AF_INET6, addrp, buf, sizeof(buf));
libip6t_policy.c 112 return (char *)inet_ntop(AF_INET6, addrp, buf, sizeof(buf));
  /external/dnsmasq/src/
cache.c 1182 inet_ntop(AF_INET, &cache->addr.addr, addrbuff, ADDRSTRLEN);
1184 inet_ntop(AF_INET6, &cache->addr.addr, addrbuff, ADDRSTRLEN);
1248 inet_ntop(flags & F_IPV4 ? AF_INET : AF_INET6,
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c 698 if (inet_ntop(AF_INET6, &from.sin6.sin6_addr, abuf,
1197 if (inet_ntop(AF_INET6, &cli->addr6, abuf,
1200 if (inet_ntop(AF_INET6, &cli->mask6, abuf,
radius.c 253 atxt = inet_ntop(AF_INET6, addr, buf, sizeof(buf));
radius_client.c 871 inet_ntop(AF_INET6, &claddr6.sin6_addr,
    [all...]
  /bionic/libc/netbsd/resolv/
res_debug.c 677 inet_ntop(AF_INET, &u.sin.sin_addr, ret, sizeof ret);
681 inet_ntop(AF_INET6, &u.sin6.sin6_addr, ret, sizeof ret);
  /external/tcpdump/
print-icmp6.c 1226 if (inet_ntop(AF_INET6, &match->rpm_prefix, hbuf, sizeof(hbuf)))
    [all...]
addrtoname.c 309 cp = inet_ntop(AF_INET6, &addr, ntop_buf, sizeof(ntop_buf));
configure     [all...]
  /external/iproute2/lib/
utils.c 523 return inet_ntop(af, addr, buf, buflen);
  /external/iproute2/tc/
f_u32.c 819 inet_ntop(AF_INET, &key->val,
875 inet_ntop(AF_INET, &key->val,
  /bionic/libc/
Android.mk 215 inet/inet_ntop.c \
  /external/strace/
net.c 989 inet_ntop(AF_INET6, &addrbuf.sa6.sin6_addr, string_addr, sizeof(string_addr));
    [all...]
configure     [all...]
  /external/wpa_supplicant/
eapol_test.c 122 if (inet_ntop(AF_INET6, &addr->u.v6, buf, buflen) == NULL)
radius.c 247 atxt = inet_ntop(AF_INET6, addr, buf, sizeof(buf));
  /external/netperf/
nettest_bsd.c     [all...]
  /external/libxml2/
nanoftp.c     [all...]
  /external/ipsec-tools/src/racoon/
isakmp.c     [all...]
  /external/iptables/
ip6tables.c 521 return (char *)inet_ntop(AF_INET6, addrp, buf, sizeof(buf));
    [all...]

Completed in 1040 milliseconds

12