Home
last modified time | relevance | path

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

/freebsd/include/
H A Dresolv.h360 #define res_dnok __res_dnok macro
418 int res_dnok(const char *);
/freebsd/lib/libc/resolv/
H A Dres_comp.c224 res_dnok(const char *dn) { in res_dnok() function
/freebsd/lib/libc/net/
H A Dgethostbydns.c159 name_ok = res_dnok; in gethostanswer()
267 if (n < 0 || !res_dnok(tbuf)) { in gethostanswer()
H A Dgetnetbydns.c201 if ((n < 0) || !res_dnok(bp)) in getnetanswer()