OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gethostbyaddr_r
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libc/net/
hostent.h
49
struct hostent *
gethostbyaddr_r
(const void *, socklen_t, int, struct hostent *,
getnameinfo.c
396
hp =
gethostbyaddr_r
(addr, afd->a_addrlen, afd->a_af, &hent,
gethnamaddr.c
681
gethostbyaddr_r
(const void *addr, socklen_t len, int af, struct hostent *hp,
function
1336
return
gethostbyaddr_r
(addr, len, af, &h_ent, h_buf, sizeof(h_buf),
/src/distrib/utils/libhack/
gethost.c
118
gethostbyaddr_r
(const void *addr, socklen_t len, int type, struct hostent *hp,
function
132
return
gethostbyaddr_r
(addr, len, type, &h_ent, h_buf, sizeof(h_buf),
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc
1250
TEST(MemorySanitizer,
gethostbyaddr_r
) {
1257
int res =
gethostbyaddr_r
(&addr, sizeof(addr), AF_INET, &he, buf, sizeof(buf),
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc
2744
INTERCEPTOR(int,
gethostbyaddr_r
, void *addr, int len, int type,
2748
COMMON_INTERCEPTOR_ENTER(ctx,
gethostbyaddr_r
, addr, len, type, ret, buf,
2754
int res = REAL(
gethostbyaddr_r
)(addr, len, type, ret, buf, buflen, result,
2765
COMMON_INTERCEPT_FUNCTION(
gethostbyaddr_r
);
Completed in 37 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026