Searched defs:gethostbyaddr_r (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/runidn/ |
H A D | resolver.h | 56 #define gethostbyaddr_r idn_resolver_gethostbyaddr_r macro
|
H A D | resolver.c | 87 #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 D | netdb.h | 291 #ifdef gethostbyaddr_r 292 #undef gethostbyaddr_r macro 294 #define gethostbyaddr_r lwres_gethostbyaddr_r macro
|
Completed in 28 milliseconds