HomeSort by relevance Sort by last modified time
    Searched full:inet_ntop (Results 151 - 175 of 568) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/avahi/avahi-common/
address.c 61 if (!(inet_ntop(avahi_proto_to_af(a->proto), a->data.data, s, length)))
  /external/curl/lib/
if2ip.c 53 #include "inet_ntop.h"
inet_ntop.c 37 #include "inet_ntop.h"
  /external/curl/packages/OS400/
make-lib.sh 173 MODULES="${MODULES} INET_NTOP SHARE HOSTTHRE MULTI LLIST FTP HTTP"
  /external/libmicrohttpd/src/testspdy/
test_new_connection.c 847 if(NULL == inet_ntop(AF_INET, &(addr4->sin_addr), ipstr, sizeof(ipstr)))
849 killchild(child,"inet_ntop");
859 if(NULL == inet_ntop(AF_INET6, &(addr6->sin6_addr), ipstr, sizeof(ipstr)))
861 killchild(child,"inet_ntop");
  /external/netperf/
README.windows 94 inet_ntop.c
  /external/tcpdump/missing/
inet_ntop.c 203 inet_ntop(int af, const void *src, char *dst, size_t size) function
  /external/toybox/toys/pending/
netstat.c 191 if (!inet_ntop(af, addr, ip, ADDR_LEN)) {
547 if (inet_ntop(AF_INET, &dest, toybuf, sizeof(toybuf)) )
555 if (inet_ntop(AF_INET, &gate, toybuf, sizeof(toybuf)) )
563 if (inet_ntop(AF_INET, &mask, toybuf, sizeof(toybuf)) )
  /external/webrtc/webrtc/base/
ipaddress.h 95 // Wraps inet_ntop.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.11-4.8/sysroot/usr/lib32/
libresolv-2.11.1.so 
libresolv.so 
libresolv.so.2 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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.15-4.8/sysroot/usr/lib32/
libresolv-2.15.so 
libresolv.so 
libresolv.so.2 
  /system/connectivity/shill/shims/
ppp.cc 183 inet_ntop(AF_INET, addr, text, INET_ADDRSTRLEN);
  /external/android-clat/
clatd_test.cpp 572 inet_ntop(AF_INET6, expected, expected_str, sizeof(expected_str));
573 inet_ntop(AF_INET6, actual, actual_str, sizeof(actual_str));
669 inet_ntop(AF_INET6, &myaddr, myaddr_str, sizeof(myaddr_str));
670 inet_ntop(AF_INET6, plat_subnet, plat_str, sizeof(plat_str));
671 inet_ntop(AF_INET, ipv4addr, ipv4_str, sizeof(ipv4_str));
    [all...]
  /external/tcpdump/
configure.in 605 # it does not ship with a libc symbol "inet_ntop()", it ships with
609 dnl AC_TRY_COMPILE(inet_ntop inet_pton inet_aton)
610 AC_MSG_CHECKING(for inet_ntop)
615 inet_ntop(AF_INET, src, dst, sizeof(dst));],
617 AC_LIBOBJ(inet_ntop)])
  /bionic/libc/dns/nameser/
ns_print.c 163 (void) inet_ntop(AF_INET, rdata, buf, (socklen_t)buflen);
333 (void) inet_ntop(AF_INET6, rdata, buf, (socklen_t)buflen);
424 (void) inet_ntop(AF_INET, rdata, buf, (socklen_t)buflen);
691 (void) inet_ntop(AF_INET6, &a, buf, (socklen_t)buflen);
963 (void) inet_ntop(AF_INET, rdata, buf, (socklen_t)buflen);
968 (void) inet_ntop(AF_INET6, rdata, buf, (socklen_t)buflen);
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c     [all...]
  /development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/libr2/
libc.so 
  /development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/libr6/
libc.so 

Completed in 426 milliseconds

1 2 3 4 5 67 8 91011>>