Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dreentr.h1073 # define gethostbyaddr(a, b, c) ((PL_reentrant_retint = gethostbyaddr_r(a, b, c, &PL_reentra… macro
1076 # define gethostbyaddr(a, b, c) (gethostbyaddr_r(a, b, c, &PL_reentrant_buffer->_hostent_str… macro
1079 # define gethostbyaddr(a, b, c) (gethostbyaddr_r(a, b, c, &PL_reentrant_buffer->_hostent_str… macro
1082 # define gethostbyaddr(a, b, c) (gethostbyaddr_r(a, b, c, &PL_reentrant_buffer->_hostent_str… macro
1085 # define gethostbyaddr(a, b, c) (gethostbyaddr_r(a, b, c, &PL_reentrant_buffer->_hostent_str… macro
1088 # define gethostbyaddr(a, b, c) (gethostbyaddr_r(a, b, c, PL_reentrant_buffer->_hostent_size… macro
1091 # define gethostbyaddr(a, b, c) (gethostbyaddr_r(a, b, c, PL_reentrant_buffer->_hostent_size… macro
1094 # define gethostbyaddr(a, b, c) ((PL_reentrant_retint = gethostbyaddr_r(a, b, c, &PL_reentra… macro
1097 # define gethostbyaddr(a, b, c) ((PL_reentrant_retint = gethostbyaddr_r(a, b, c, &PL_reentra… macro
1100 # define gethostbyaddr(a, b, c) ((PL_reentrant_retint = gethostbyaddr_r(a, b, c)) == 0 ? 1 :… macro
[all …]
Dconfig_h.SH1608 * This symbol, if defined, indicates that the gethostbyaddr() routine is function
4469 * gethostbyaddr(). Otherwise, it is up to the program to guess function
4508 * to gethostbyaddr(). function
4512 * to gethostbyaddr(). function
DXSUB.h625 # define gethostbyaddr PerlSock_gethostbyaddr macro
/openbsd/src/gnu/usr.bin/perl/lib/Net/
Dhostent.pm44 sub gethostbyaddr :prototype($;$) { subroutine
/openbsd/src/lib/libc/asr/
Dgethostnamadr.c169 gethostbyaddr(const void *addr, socklen_t len, int af) in gethostbyaddr() function
/openbsd/src/gnu/usr.bin/perl/win32/include/sys/
Dsocket.h137 #define gethostbyaddr win32_gethostbyaddr macro
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/tests/
Dmsan_test.cpp1161 TEST(MemorySanitizer, gethostbyaddr) { in TEST() argument