Searched refs:getipnodebyaddr (Results 1 - 8 of 8) sorted by relevance
/bind-9.11.3/contrib/idn/idnkit-1.0-src/tools/runidn/ |
H A D | resolver.h | 59 #undef getipnodebyaddr macro 60 #define getipnodebyaddr idn_resolver_getipnodebyaddr macro
|
H A D | resolver.c | 89 #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.11.3/bin/tests/ |
H A D | gxba_test.c | 83 he = getipnodebyaddr(addr, len, af, &error); 84 print_he(he, error, "getipnodebyaddr", argv[1]);
|
/bind-9.11.3/lib/lwres/win32/include/lwres/ |
H A D | netdb.h | 235 #ifdef getipnodebyaddr 236 #undef getipnodebyaddr macro 238 #define getipnodebyaddr lwres_getipnodebyaddr macro
|
/bind-9.11.3/contrib/queryperf/missing/ |
H A D | getnameinfo.c | 193 hp = getipnodebyaddr(addr, afd->a_addrlen, afd->a_af, &h_error);
|
/bind-9.11.3/lib/lwres/include/lwres/ |
H A D | netdb.h.in | 241 #ifdef getipnodebyaddr 242 #undef getipnodebyaddr 244 #define getipnodebyaddr lwres_getipnodebyaddr
|
/bind-9.11.3/bin/tests/system/lwresd/ |
H A D | lwtest.c | 419 hp = getipnodebyaddr(addrbuf, len, af, &error_num); 425 printf("I:getipnodebyaddr(%s) failed: %d\n", 430 printf("I:getipnodebyaddr(%s) returned not found\n", 437 printf("I:getipnodebyaddr(%s) returned %s, "
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/ |
H A D | configure | 2398 for ac_func in getipnodebyname getipnodebyaddr freehostent
|
Completed in 26 milliseconds