Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libc/net/
HDSymbol.map25 gethostbyaddr_r;
HDMakefile.inc61 gethostbyname.3 gethostbyaddr_r.3 gethostbyname.3 gethostbyname2.3 \
HDgethostnamadr.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-14-stable/include/
HDnetdb.h262 int gethostbyaddr_r(const void *, socklen_t, int, struct hostent *,
/freebsd-14-stable/contrib/ntp/sntp/m4/
HDopenldap.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])
HDopenldap-thread-check.m4644 dnl gethostbyaddr_r gethostbyname_r \
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_interceptors.inc2927 INTERCEPTOR(int, gethostbyaddr_r, void *addr, int len, int type,
2931 COMMON_INTERCEPTOR_ENTER(ctx, gethostbyaddr_r, addr, len, type, ret, buf,
2937 int res = REAL(gethostbyaddr_r)(addr, len, type, ret, buf, buflen, result,
2948 COMMON_INTERCEPT_FUNCTION(gethostbyaddr_r);
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt1876 fun:gethostbyaddr_r=uninstrumented