Searched refs:gethostbyname (Results 1 - 12 of 12) sorted by relevance
| /bind-9.11.3/contrib/idn/idnkit-1.0-src/tools/runidn/ |
| H A D | resolver.h | 47 #undef gethostbyname macro 48 #define gethostbyname idn_resolver_gethostbyname macro
|
| H A D | resolver.c | 82 #undef gethostbyname macro 116 * is implemented using another function (e.g. gethostbyname() implemented 535 ENTRY(gethostbyname)(const char *name) { function 542 return (REAL(gethostbyname)(name)); 544 TRACE(("gethostbyname(name=%s)\n", idn__debug_xstring(name, 60))); 553 hp = copy_decode_hostent_static(REAL(gethostbyname)(name),
|
| /bind-9.11.3/bin/tests/ |
| H A D | gxbn_test.c | 61 he = gethostbyname(argv[1]); 62 print_he(he, h_errno, "gethostbyname", argv[1]);
|
| /bind-9.11.3/lib/lwres/win32/include/lwres/ |
| H A D | netdb.h | 48 * Error return codes from gethostbyname() and gethostbyaddr() 245 #ifdef gethostbyname 246 #undef gethostbyname macro 248 #define gethostbyname lwres_gethostbyname macro
|
| /bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock11/ |
| H A D | dllfunc.c | 67 gethostbyname(const char FAR * name) { function 74 TRACE("ENTER gethostbyname <%-.100s>\n", 80 TRACE("gethostbyname: not encode here\n"); 83 TRACE("gethostbyname: name is NULL\n"); 112 TRACE("LEAVE gethostbyname NULL\n"); 114 TRACE("LEAVE gethostbyname <%s>\n",
|
| /bind-9.11.3/lib/bind9/ |
| H A D | getaddresses.c | 183 he = gethostbyname(hostname);
|
| /bind-9.11.3/lib/lwres/include/lwres/ |
| H A D | netdb.h.in | 45 * Error return codes from gethostbyname() and gethostbyaddr() 251 #ifdef gethostbyname 252 #undef gethostbyname 254 #define gethostbyname lwres_gethostbyname
|
| /bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock20/ |
| H A D | dllfunc.c | 114 gethostbyname(const char FAR * name) { function 121 TRACE("ENTER gethostbyname <%-.100s>\n", 155 TRACE("LEAVE gethostbyname NULL\n"); 157 TRACE("LEAVE gethostbyname <%s>\n",
|
| /bind-9.11.3/contrib/queryperf/missing/ |
| H A D | getaddrinfo.c | 567 hp = gethostbyname(hostname);
|
| /bind-9.11.3/bin/tests/system/lwresd/ |
| H A D | lwtest.c | 228 hp = gethostbyname(name); 233 printf("I:gethostbyname(%s) failed: %s\n", 238 printf("I:gethostbyname(%s) returned not found\n", 250 printf("I:gethostbyname(%s) returned %s, " 269 printf("I:gethostbyname(%s) failed: %s\n", 274 printf("I:gethostbyname(%s) returned not found\n", 287 printf("I:gethostbyname(%s) returned wrong family\n", 298 printf("I:gethostbyname(%s) returned %s, " 397 printf("I:gethostbyname(%s) returned %s, "
|
| /bind-9.11.3/contrib/dlz/modules/mysqldyn/ |
| H A D | dlz_mysqldyn_mod.c | 758 * Put nameserver rdata through gethostbyname as it 762 h = gethostbyname(row[0]);
|
| /bind-9.11.3/contrib/idn/idnkit-1.0-src/ |
| H A D | configure | 2288 for ac_func in gethostbyname gethostbyname2 gethostbyaddr
|
Completed in 139 milliseconds