Searched refs:getipnodebyname (Results 1 - 7 of 7) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dresolver.h57 #undef getipnodebyname macro
58 #define getipnodebyname idn_resolver_getipnodebyname macro
H A Dresolver.c88 #undef getipnodebyname macro
881 ENTRY(getipnodebyname)(const char *name, int af, int flags, int *errp) { function
887 return (REAL(getipnodebyname)(name, af, flags, errp));
889 TRACE(("getipnodebyname(name=%s)\n", idn__debug_xstring(name, 60), af));
898 hp = REAL(getipnodebyname)(name, af, flags, errp);
/bind-9.6-ESV-R11/bin/tests/
H A Dgxbn_test.c72 he = getipnodebyname(argv[1], AF_INET6, AI_DEFAULT|AI_ALL,
74 print_he(he, error, "getipnodebyname", argv[1]);
78 he = getipnodebyname(argv[1], AF_INET6, AI_DEFAULT,
80 print_he(he, error, "getipnodebyname", argv[1]);
/bind-9.6-ESV-R11/lib/lwres/win32/include/lwres/
H A Dnetdb.h123 * Flag values for getipnodebyname()
239 #ifdef getipnodebyname
240 #undef getipnodebyname macro
242 #define getipnodebyname lwres_getipnodebyname macro
/bind-9.6-ESV-R11/lib/lwres/include/lwres/
H A Dnetdb.h.in120 * Flag values for getipnodebyname()
243 #ifdef getipnodebyname
244 #undef getipnodebyname
246 #define getipnodebyname lwres_getipnodebyname
/bind-9.6-ESV-R11/bin/tests/system/lwresd/
H A Dlwtest.c328 hp = getipnodebyname(name, af, flags, &error_num);
333 printf("I:getipnodebyname(%s) failed: %d\n",
338 printf("I:getipnodebyname(%s) returned not found\n",
351 printf("I:getipnodebyname(%s) returned wrong family\n",
363 printf("I:getipnodebyname(%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 37 milliseconds