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

1 23 4

  /external/mdnsresponder/mDNSShared/
dnsextd.c 774 VLog("Successful update from %s", inet_ntop(AF_INET, &request->src.sin_addr, buf, 32));
778 VLog("Request %s: %s", inet_ntop(AF_INET, &request->src.sin_addr, buf, 32), vlogmsg);
853 Log("Update from %s, Expires in %d:%d:%d\n\t%s", inet_ntop(AF_INET, &ptr->cli.sin_addr, addrbuf, 16), hr, min, sec,
    [all...]
  /bionic/libc/netbsd/nameser/
ns_print.c 169 (void) inet_ntop(AF_INET, rdata, buf, buflen);
337 (void) inet_ntop(AF_INET6, rdata, buf, buflen);
428 (void) inet_ntop(AF_INET, rdata, buf, buflen);
693 (void) inet_ntop(AF_INET6, &a, buf, buflen);
  /external/iptables/extensions/
libip6t_rt.c 51 return inet_ntop(AF_INET6, addrp, buf, sizeof(buf));
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c     [all...]
  /external/libsepol/src/
node_record.c 150 if (inet_ntop(AF_INET, &addr, addr_str,
170 if (inet_ntop(AF_INET6, &addr, addr_str,
  /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...]
  /external/wpa_supplicant_8/src/radius/
radius_server.c 903 if (inet_ntop(AF_INET6, &from.sin6.sin6_addr, abuf,
    [all...]
radius_client.c 1068 inet_ntop(AF_INET6, &claddr6.sin6_addr,
    [all...]
radius.c 294 atxt = inet_ntop(AF_INET6, addr, buf, sizeof(buf));
    [all...]
  /bionic/libc/netbsd/resolv/
res_debug.c 678 inet_ntop(AF_INET, &u.sin.sin_addr, ret, sizeof ret);
682 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));
  /system/netd/
MDnsSdListener.cpp 315 inet_ntop(sa->sa_family, &(((struct sockaddr_in *)sa)->sin_addr), addr, sizeof(addr));
317 inet_ntop(sa->sa_family, &(((struct sockaddr_in6 *)sa)->sin6_addr), addr, sizeof(addr));
  /external/iproute2/lib/
utils.c 523 return inet_ntop(af, addr, buf, buflen);
  /external/iproute2/tc/
f_u32.c 851 inet_ntop(AF_INET, &key->val,
907 inet_ntop(AF_INET, &key->val,
  /external/iptables/iptables/
ip6tables.c 1072 inet_ntop(AF_INET6, ip, buf, sizeof buf));
1075 printf("/%s", inet_ntop(AF_INET6, mask, buf, sizeof buf));
    [all...]
xtables.c     [all...]
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 721 if (inet_ntop (af, addr, addr_str, NI_MAXHOST) == NULL)
    [all...]
  /bionic/libc/
Android.mk 242 inet/inet_ntop.c \
  /external/strace/
net.c 1263 inet_ntop(AF_INET6, &addrbuf.sa6.sin6_addr, string_addr, sizeof(string_addr));
    [all...]
  /external/netperf/
nettest_bsd.c     [all...]
  /external/libxml2/
nanoftp.c     [all...]

Completed in 1122 milliseconds

1 23 4