Searched refs:gethostbyaddr_r (Results 1 – 11 of 11) sorted by relevance
| /freebsd/lib/libc/net/ |
| H A D | Symbol.map | 25 gethostbyaddr_r;
|
| H A D | Makefile.inc | 69 gethostbyname.3 gethostbyaddr_r.3 \
|
| H A D | gethostnamadr.c | 583 gethostbyaddr_r(const void *addr, socklen_t len, int af, struct hostent *hp, in gethostbyaddr_r() function 700 if (gethostbyaddr_r(addr, len, af, &hd->host, hd->data, in gethostbyaddr()
|
| /freebsd/include/ |
| H A D | netdb.h | 261 int gethostbyaddr_r(const void *, socklen_t, int, struct hostent *,
|
| /freebsd/contrib/ntp/sntp/m4/ |
| H A D | openldap.m4 | 1047 dnl check no of arguments for gethostbyaddr_r 1049 [AC_CACHE_CHECK(number of arguments of gethostbyaddr_r, 1059 (void)gethostbyaddr_r( (void *)&(add.s_addr), 1071 (void)gethostbyaddr_r( (void *)&(add.s_addr), 1092 [set to the number of arguments gethostbyaddr_r() expects])
|
| H A D | openldap-thread-check.m4 | 644 dnl gethostbyaddr_r gethostbyname_r \
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | fake-addrinfo.c | 228 my_ret = gethostbyaddr_r((ADDR), (ADDRLEN), (FAMILY), &TMP.ent, \ 251 (HP) = gethostbyaddr_r((ADDR), (ADDRLEN), (FAMILY), &TMP.ent, \
|
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_printf.c | 555 if ((host = gethostbyaddr_r(inetaddr, NS_INADDRSZ, in pfprint_inetaddr() 558 if (gethostbyaddr_r(inetaddr, NS_INADDRSZ, in pfprint_inetaddr()
|
| /freebsd/crypto/krb5/src/ |
| H A D | configure.ac | 622 AC_CHECK_FUNC(gethostbyaddr_r)
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 3081 INTERCEPTOR(int, gethostbyaddr_r, void *addr, int len, int type, 3085 COMMON_INTERCEPTOR_ENTER(ctx, gethostbyaddr_r, addr, len, type, ret, buf, 3091 int res = REAL(gethostbyaddr_r)(addr, len, type, ret, buf, buflen, result, 3102 COMMON_INTERCEPT_FUNCTION(gethostbyaddr_r);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1876 fun:gethostbyaddr_r=uninstrumented
|