Searched refs:gethostbyaddr_r (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dresolver.h56 #define gethostbyaddr_r idn_resolver_gethostbyaddr_r macro
H A Dresolver.c87 #undef gethostbyaddr_r macro
729 ENTRY(gethostbyaddr_r)(GHBA_ADDR_T addr, GHBA_ADDRLEN_T len, int type, function
741 return (REAL(gethostbyaddr_r)(addr, len, type, result,
745 TRACE(("gethostbyaddr_r(buflen=%d)\n", buflen));
760 n = REAL(gethostbyaddr_r)(addr, len, type, &he,
834 ENTRY(gethostbyaddr_r)(GHBA_ADDR_T addr, GHBA_ADDRLEN_T len, int type, function
844 return (REAL(gethostbyaddr_r)(addr, len, type, result,
848 TRACE(("gethostbyaddr_r(buflen=%d)\n", buflen));
863 hp = REAL(gethostbyaddr_r)(addr, len, type, &he, data, datalen, errp);
/bind-9.6-ESV-R11/lib/lwres/win32/include/lwres/
H A Dnetdb.h291 #ifdef gethostbyaddr_r
292 #undef gethostbyaddr_r macro
294 #define gethostbyaddr_r lwres_gethostbyaddr_r macro
/bind-9.6-ESV-R11/lib/lwres/include/lwres/
H A Dnetdb.h.in295 #ifdef gethostbyaddr_r
296 #undef gethostbyaddr_r
298 #define gethostbyaddr_r lwres_gethostbyaddr_r
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dconfigure2343 for ac_func in gethostbyname_r gethostbyname2_r gethostbyaddr_r

Completed in 1340 milliseconds