Home
last modified time | relevance | path

Searched defs:gethostbyaddr (Results 1 – 7 of 7) sorted by relevance

/netbsd/distrib/utils/libhack/
H A Dgethost.c57 #define gethostbyaddr _gethostbyaddr macro
130 gethostbyaddr(const void *addr, socklen_t len, int type) in gethostbyaddr() function
/netbsd/external/bsd/ntp/dist/libntp/
H A Dmachines.c55 struct hostent *gethostbyaddr(char *name, int size, int addr_type) in gethostbyaddr() function
/netbsd/external/bsd/libbind/dist/irs/
H A Dgethostent.c90 gethostbyaddr(const char *addr, int len, int af) { in gethostbyaddr() function
/netbsd/lib/libc/net/
H A Dgethnamaddr.c1334 gethostbyaddr(const void *addr, socklen_t len, int af) { in gethostbyaddr() function
/netbsd/external/bsd/tcpdump/dist/
H A Daddrtoname.c135 #define gethostbyaddr win32_gethostbyaddr macro
/netbsd/lib/libc/include/
H A Dnamespace.h376 #define gethostbyaddr _gethostbyaddr macro
/netbsd/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc1171 TEST(MemorySanitizer, gethostbyaddr) { in TEST() argument