Lines Matching refs:getNS
48 static boolean_t getNS(char *, struct in_addr *);
336 if (getNS(++p, &ia)) {
351 dprint("getNS failed\n");
378 getNS(char *domain, struct in_addr *iap)
400 dprint("getNS: found cached IP address for domain %s\n",
406 dprint("getNS(\"%s\"): res_ninit failed\n", domain);
420 dprint("getNS retry: errno %d, h_errno %d\n",
424 dprint("getNS(\"%s\"): res_nquery failed "
432 dprint("getNS(\"%s\"): res_nquery failed " "(h_errno %d)\n",
448 dprint("getNS(\"%s\"):\n", domain);
529 dprint("getNS: fell through res_nquery results - no A records\n");
550 dprint("getNS: res_gethostbyname(%s) failed\n", name);
552 dprint("getNS: reply contained no NS records\n");