Home
last modified time | relevance | path

Searched refs:gethostbyaddr (Results 1 – 25 of 26) sorted by relevance

12

/external/ppp/pppd/plugins/radius/
Dip_util.c108 if ((hp = gethostbyaddr ((char *) &n_ipaddr, sizeof (struct in_addr), in rc_ip_hostname()
/external/tcpdump/
Daddrtoname.c112 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/
Dgetaddrinfo.c414 hostent = gethostbyaddr((char *)&addr_buf,
574 hostent = gethostbyaddr((char *)&sa_in->sin_addr,
/external/tcpdump/missing/
Dgetnameinfo.c241 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
/external/iputils/
Dtracepath.c181 h = gethostbyaddr((char *) &sin->sin_addr, sizeof(sin->sin_addr), AF_INET); in recverr()
Dtraceroute6.c914 if ((hp = gethostbyaddr((char *)&from->sin6_addr, in print()
Dping.c1320 !(hp = gethostbyaddr((char *)&addr, 4, AF_INET))) in pr_addr()
Drdisc.c704 phe = gethostbyaddr((char *)&addr.s_addr, 4, AF_INET); in pr_name()
Dping6.c1822 hp = gethostbyaddr((__u8*)addr, sizeof(struct in6_addr), AF_INET6); in pr_addr()
DRELNOTES262 ping,ping6: avoid gethostbyaddr during ping flood.
/external/mdnsresponder/mDNSPosix/
Dnss_ReadMe.txt42 functions gethostbyname, gethostbyname2 and gethostbyaddr, using the Name
/external/iproute2/lib/
Dutils.c817 if ((h_ent = gethostbyaddr(addr, len, af)) != NULL) in resolve_address()
/external/ltrace/etc/
Dlibc.so.conf139 addr gethostbyaddr(string, uint, int);
/external/curl/m4/
Dcurl-functions.m42266 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/
Dgetaddrinfo.c929 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
/external/c-ares/
Dares_config.h.in108 /* Define to 1 if you have the gethostbyaddr function. */
/external/iptables/libxtables/
Dxtables.c1191 host = gethostbyaddr(addr, sizeof(struct in_addr), AF_INET); in ipaddr_to_host()
/external/autotest/client/common_lib/
Dbase_utils.py322 return socket.gethostbyaddr(ip)[0]
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dperfdiag.py1373 (hostname, _, ipaddrlist) = socket.gethostbyaddr(googserv_ip)
/external/curl/lib/
Dcurl_config.h.cmake169 /* Define to 1 if you have the gethostbyaddr function. */
/external/curl/
DCMakeLists.txt730 check_symbol_exists(gethostbyaddr "${CURL_INCLUDES}" HAVE_GETHOSTBYADDR)
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1071 TEST(MemorySanitizer, gethostbyaddr) { in TEST() argument
1074 struct hostent *he = gethostbyaddr(&addr, sizeof(addr), AF_INET); in TEST()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc2049 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/
Dhttp.c140 hp = gethostbyaddr((char *)&sin->sin_addr, in fake_getnameinfo()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1869 fun:gethostbyaddr=uninstrumented

12