Searched refs:getipnodebyaddr (Results 1 - 8 of 8) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dresolver.h59 #undef getipnodebyaddr macro
60 #define getipnodebyaddr idn_resolver_getipnodebyaddr macro
H A Dresolver.c89 #undef getipnodebyaddr macro
914 ENTRY(getipnodebyaddr)(const void *src, size_t len, int af, int *errp) { function
918 return (REAL(getipnodebyaddr)(src, len, af, errp));
920 TRACE(("getipnodebyaddr()\n"));
923 hp = REAL(getipnodebyaddr)(src, len, af, errp);
/bind-9.6-ESV-R11/bin/tests/
H A Dgxba_test.c91 he = getipnodebyaddr(addr, len, af, &error);
92 print_he(he, error, "getipnodebyaddr", argv[1]);
/bind-9.6-ESV-R11/lib/lwres/win32/include/lwres/
H A Dnetdb.h244 #ifdef getipnodebyaddr
245 #undef getipnodebyaddr macro
247 #define getipnodebyaddr lwres_getipnodebyaddr macro
/bind-9.6-ESV-R11/contrib/queryperf/missing/
H A Dgetnameinfo.c193 hp = getipnodebyaddr(addr, afd->a_addrlen, afd->a_af, &h_error);
/bind-9.6-ESV-R11/lib/lwres/include/lwres/
H A Dnetdb.h.in248 #ifdef getipnodebyaddr
249 #undef getipnodebyaddr
251 #define getipnodebyaddr lwres_getipnodebyaddr
/bind-9.6-ESV-R11/bin/tests/system/lwresd/
H A Dlwtest.c426 hp = getipnodebyaddr(addrbuf, len, af, &error_num);
432 printf("I:getipnodebyaddr(%s) failed: %d\n",
437 printf("I:getipnodebyaddr(%s) returned not found\n",
444 printf("I:getipnodebyaddr(%s) returned %s, "
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dconfigure2398 for ac_func in getipnodebyname getipnodebyaddr freehostent

Completed in 24 milliseconds