/external/ppp/pppd/plugins/radius/ |
D | ip_util.c | 108 if ((hp = gethostbyaddr ((char *) &n_ipaddr, sizeof (struct in_addr), in rc_ip_hostname()
|
/external/tcpdump/ |
D | addrtoname.c | 112 return gethostbyaddr(addr, len, type); in win32_gethostbyaddr() 130 #define gethostbyaddr win32_gethostbyaddr macro 246 hp = gethostbyaddr((char *)&addr, 4, AF_INET); in getname() 297 hp = gethostbyaddr((char *)&addr, sizeof(addr), AF_INET6); in getname6()
|
/external/netperf/src/missing/ |
D | getaddrinfo.c | 414 hostent = gethostbyaddr((char *)&addr_buf, 574 hostent = gethostbyaddr((char *)&sa_in->sin_addr,
|
/external/tcpdump/missing/ |
D | getnameinfo.c | 241 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
|
/external/iputils/ |
D | tracepath.c | 181 h = gethostbyaddr((char *) &sin->sin_addr, sizeof(sin->sin_addr), AF_INET); in recverr()
|
D | traceroute6.c | 914 if ((hp = gethostbyaddr((char *)&from->sin6_addr, in print()
|
D | ping.c | 1320 !(hp = gethostbyaddr((char *)&addr, 4, AF_INET))) in pr_addr()
|
D | rdisc.c | 704 phe = gethostbyaddr((char *)&addr.s_addr, 4, AF_INET); in pr_name()
|
D | ping6.c | 1822 hp = gethostbyaddr((__u8*)addr, sizeof(struct in6_addr), AF_INET6); in pr_addr()
|
D | RELNOTES | 262 ping,ping6: avoid gethostbyaddr during ping flood.
|
/external/mdnsresponder/mDNSPosix/ |
D | nss_ReadMe.txt | 42 functions gethostbyname, gethostbyname2 and gethostbyaddr, using the Name
|
/external/iproute2/lib/ |
D | utils.c | 817 if ((h_ent = gethostbyaddr(addr, len, af)) != NULL) in resolve_address()
|
/external/ltrace/etc/ |
D | libc.so.conf | 139 addr gethostbyaddr(string, uint, int);
|
/external/curl/m4/ |
D | curl-functions.m4 | 2266 dnl Verify if gethostbyaddr is available, prototyped, 2281 AC_MSG_CHECKING([if gethostbyaddr can be linked]) 2287 if(0 != gethostbyaddr(0, 0, 0)) 2299 AC_MSG_CHECKING([if gethostbyaddr is prototyped]) 2300 AC_EGREP_CPP([gethostbyaddr],[ 2313 AC_MSG_CHECKING([if gethostbyaddr is compilable]) 2319 if(0 != gethostbyaddr(0, 0, 0)) 2332 AC_MSG_CHECKING([if gethostbyaddr usage allowed]) 2342 AC_MSG_CHECKING([if gethostbyaddr might be used]) 2349 [Define to 1 if you have the gethostbyaddr function.])
|
/external/libpcap/Win32/Src/ |
D | getaddrinfo.c | 929 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
|
/external/c-ares/ |
D | ares_config.h.in | 108 /* Define to 1 if you have the gethostbyaddr function. */
|
/external/iptables/libxtables/ |
D | xtables.c | 1191 host = gethostbyaddr(addr, sizeof(struct in_addr), AF_INET); in ipaddr_to_host()
|
/external/autotest/client/common_lib/ |
D | base_utils.py | 322 return socket.gethostbyaddr(ip)[0]
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
D | perfdiag.py | 1373 (hostname, _, ipaddrlist) = socket.gethostbyaddr(googserv_ip)
|
/external/curl/lib/ |
D | curl_config.h.cmake | 169 /* Define to 1 if you have the gethostbyaddr function. */
|
/external/curl/ |
D | CMakeLists.txt | 730 check_symbol_exists(gethostbyaddr "${CURL_INCLUDES}" HAVE_GETHOSTBYADDR)
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1071 TEST(MemorySanitizer, gethostbyaddr) { in TEST() argument 1074 struct hostent *he = gethostbyaddr(&addr, sizeof(addr), AF_INET); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 2049 INTERCEPTOR(struct __sanitizer_hostent *, gethostbyaddr, void *addr, int len, 2052 COMMON_INTERCEPTOR_ENTER(ctx, gethostbyaddr, addr, len, type); 2054 struct __sanitizer_hostent *res = REAL(gethostbyaddr)(addr, len, type); 2076 COMMON_INTERCEPT_FUNCTION(gethostbyaddr); \
|
/external/libevent/ |
D | http.c | 140 hp = gethostbyaddr((char *)&sin->sin_addr, in fake_getnameinfo()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1869 fun:gethostbyaddr=uninstrumented
|