Searched refs:gethostbyaddr_r (Results 1 – 12 of 12) sorted by relevance
/external/curl/CMake/ |
D | CurlTests.c | 121 #ifndef gethostbyaddr_r in main() 122 (void)gethostbyaddr_r; in main() 127 rc = gethostbyaddr_r(address, length, type, &h, &hdata); in main() 130 hp = gethostbyaddr_r(address, length, type, &h, buffer, 8192, &h_errnop); in main() 134 rc = gethostbyaddr_r(address, length, type, &h, buffer, 8192, &hp, &h_errnop); in main()
|
/external/curl/m4/ |
D | curl-reentrant.m4 | 257 dnl makes function gethostbyaddr_r compiler visible. 261 AC_LANG_FUNC_LINK_TRY([gethostbyaddr_r]) 268 AC_EGREP_CPP([gethostbyaddr_r],[ 274 AC_EGREP_CPP([gethostbyaddr_r],[
|
D | curl-functions.m4 | 2453 dnl Verify if gethostbyaddr_r is available, prototyped, 2468 AC_MSG_CHECKING([if gethostbyaddr_r can be linked]) 2470 AC_LANG_FUNC_LINK_TRY([gethostbyaddr_r]) 2480 AC_MSG_CHECKING([if gethostbyaddr_r is prototyped]) 2481 AC_EGREP_CPP([gethostbyaddr_r],[ 2494 AC_MSG_CHECKING([if gethostbyaddr_r takes 5 args.]) 2499 if(0 != gethostbyaddr_r(0, 0, 0, 0, 0)) 2512 AC_MSG_CHECKING([if gethostbyaddr_r takes 7 args.]) 2517 if(0 != gethostbyaddr_r(0, 0, 0, 0, 0, 0, 0)) 2530 AC_MSG_CHECKING([if gethostbyaddr_r takes 8 args.]) [all …]
|
/external/libpcap/Win32/Include/net/ |
D | netdb.h | 128 struct hostent *gethostbyaddr_r (const char *__addr,
|
/external/curl/lib/ |
D | curl_config.h.cmake | 172 /* Define to 1 if you have the gethostbyaddr_r function. */ 175 /* gethostbyaddr_r() takes 5 args */ 178 /* gethostbyaddr_r() takes 7 args */ 181 /* gethostbyaddr_r() takes 8 args */
|
/external/curl/ |
D | CMakeLists.txt | 731 check_symbol_exists(gethostbyaddr_r "${CURL_INCLUDES}" HAVE_GETHOSTBYADDR_R)
|
D | CHANGES.0 | 2696 getservbyport_r(), gethostbyaddr_r() and gethostbyname_r(). 13169 gethostbyaddr_r(), was the lack of using in_addr_t wrong or is it that the 15732 AIX 4.2 (4.X?) has different gethostbyname_r() and gethostbyaddr_r() 15999 compile under Linux. gethostbyname_r() and gethostbyaddr_r() turned out to
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1139 TEST(MemorySanitizer, gethostbyaddr_r) { in TEST() argument 1146 int res = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &he, buf, sizeof(buf), in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 2132 INTERCEPTOR(int, gethostbyaddr_r, void *addr, int len, int type, 2136 COMMON_INTERCEPTOR_ENTER(ctx, gethostbyaddr_r, addr, len, type, ret, buf, 2142 int res = REAL(gethostbyaddr_r)(addr, len, type, ret, buf, buflen, result, 2153 COMMON_INTERCEPT_FUNCTION(gethostbyaddr_r);
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1870 fun:gethostbyaddr_r=uninstrumented
|
/external/c-ares/ |
D | configure | 5525 char gethostbyaddr_r (); 5532 return gethostbyaddr_r ();
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1394 PUBLIC f10d0 0 gethostbyaddr_r
|