Home
last modified time | relevance | path

Searched refs:gethostbyaddr_r (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/libc/net/
H A DSymbol.map25 gethostbyaddr_r;
H A DMakefile.inc69 gethostbyname.3 gethostbyaddr_r.3 \
H A Dgethostnamadr.c583 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 Dnetdb.h261 int gethostbyaddr_r(const void *, socklen_t, int, struct hostent *,
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap.m41047 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 Dopenldap-thread-check.m4644 dnl gethostbyaddr_r gethostbyname_r \
/freebsd/crypto/krb5/src/util/support/
H A Dfake-addrinfo.c228 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 Ddt_printf.c555 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 Dconfigure.ac622 AC_CHECK_FUNC(gethostbyaddr_r)
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3081 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 Dlibc_ubuntu1404_abilist.txt1876 fun:gethostbyaddr_r=uninstrumented