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

1 2 3 4 5 6 7 8 91011>>

  /external/netperf/
inet_ntop.c 1 #include "missing\inet_ntop.c
Makefile.am 4 EXTRA_DIST = README.* Release_Notes inet_ntop.c autogen.sh m4
  /external/netperf/src/NetPerfDir/
inet_ntop.c 5 #include "..\missing\inet_ntop.c"
sources 37 ..\inet_ntop.c
  /external/netperf/src/NetServerDir/
inet_ntop.c 5 #include "..\missing\inet_ntop.c"
sources 37 ..\inet_ntop.c
  /external/fio/os/windows/posix/include/arpa/
inet.h 15 const char *inet_ntop(int af, const void *restrict src,
  /bionic/tests/
arpa_inet_test.cpp 139 ASSERT_STREQ("127.0.0.1", inet_ntop(AF_INET, &ss, s, INET_ADDRSTRLEN));
143 // OpenBSD's inet_ntop had a bug where passing a 'size' larger than INET_ADDRSTRLEN
144 // for AF_INET or INET6_ADDRSTRLEN for AF_INET6 would cause inet_ntop to overflow an
155 ASSERT_STREQ("127.0.0.1", inet_ntop(AF_INET, &ss4, s4, INET_ADDRSTRLEN));
156 ASSERT_STREQ("127.0.0.1", inet_ntop(AF_INET, &ss4, s4, 2*INET_ADDRSTRLEN));
157 ASSERT_STREQ("::1", inet_ntop(AF_INET6, &ss6, s6, INET_ADDRSTRLEN));
158 ASSERT_STREQ("::1", inet_ntop(AF_INET6, &ss6, s6, INET6_ADDRSTRLEN));
159 ASSERT_STREQ("::1", inet_ntop(AF_INET6, &ss6, s6, 2*INET6_ADDRSTRLEN));
  /external/c-ares/
Makefile.in 94 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...]
Makefile.inc 45 inet_ntop.c \
67 inet_ntop.h \
193 inet_ntop.c
199 inet_ntop.h
inet_ntop.h 21 #define ares_inet_ntop(w,x,y,z) inet_ntop(w,x,y,z)
  /external/libpcap/tests/
findalldevstest.c 96 inet_ntop(AF_INET6,
101 inet_ntop(AF_INET6,
106 inet_ntop(AF_INET6,
111 inet_ntop(AF_INET6,
  /external/webrtc/webrtc/base/
nethelpers.h 57 // rtc namespaced wrappers for inet_ntop and inet_pton so we can avoid
59 const char* inet_ntop(int af, const void *src, char* dst, socklen_t size);
nethelpers.cc 102 const char* inet_ntop(int af, const void *src, char* dst, socklen_t size) { function in namespace:rtc
106 return ::inet_ntop(af, src, dst, size);
  /cts/tests/tests/net/jni/
NativeDnsJni.c 47 inet_ntop(current->ai_family, &((struct sockaddr_in *)current->ai_addr)->sin_addr,
52 inet_ntop(current->ai_family, &((struct sockaddr_in6 *)current->ai_addr)->sin6_addr,
80 inet_ntop(current->ai_family, &((struct sockaddr_in *)current->ai_addr)->sin_addr,
85 inet_ntop(current->ai_family, &((struct sockaddr_in6 *)current->ai_addr)->sin6_addr,
155 inet_ntop(my_hostent->h_addrtype, *current, buf, sizeof(buf));
  /external/netperf/src/missing/
inet_ntop.c 39 /* $Id: inet_ntop.c,v 1.7 2003/11/16 09:36:50 guy Exp $ */
43 "@(#) $Header: /tcpdump/master/tcpdump/missing/inet_ntop.c,v 1.7 2003/11/16 09:36:50 guy Exp $";
131 inet_ntop(int af, const void *src, char *dst, size_t size) function
  /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/curl/lib/
inet_ntop.h 34 inet_ntop(af, addr, buf, (curl_socklen_t)size)
  /external/libxml2/os400/
wrappers.h 61 #define inet_ntop _lx_inet_ntop macro
  /external/wpa_supplicant_8/src/utils/
ip_addr.c 27 if (inet_ntop(AF_INET6, &addr->u.v6, buf, buflen) == NULL)
  /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);
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);
  /bionic/libc/include/arpa/
inet.h 45 const char* inet_ntop(int, const void*, char*, socklen_t);
  /development/ndk/platforms/android-21/include/arpa/
inet.h 46 const char* inet_ntop(int, const void*, char*, socklen_t);
  /development/ndk/platforms/android-3/include/arpa/
inet.h 45 extern const char* inet_ntop(int, const void *, char *, size_t);
  /external/android-clat/
dump.c 66 inet_ntop(AF_INET, &header->saddr, addrstr, sizeof(addrstr));
68 inet_ntop(AF_INET, &header->daddr, addrstr, sizeof(addrstr));
84 inet_ntop(AF_INET6, &header->ip6_src, addrstr, sizeof(addrstr));
87 inet_ntop(AF_INET6, &header->ip6_dst, addrstr, sizeof(addrstr));

Completed in 2982 milliseconds

1 2 3 4 5 6 7 8 91011>>