Home
last modified time | relevance | path

Searched refs:res_dnok (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/include/
HDresolv.h361 #define res_dnok __res_dnok macro
419 int res_dnok(const char *);
/freebsd-14-stable/lib/libc/resolv/
HDres_comp.c228 res_dnok(const char *dn) { in res_dnok() function
/freebsd-14-stable/lib/libc/net/
HDgethostbydns.c163 name_ok = res_dnok; in gethostanswer()
271 if (n < 0 || !res_dnok(tbuf)) { in gethostanswer()
HDgetnetbydns.c204 if ((n < 0) || !res_dnok(bp)) in getnetanswer()