Home
last modified time | relevance | path

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

/freebsd-12-stable/include/
Dresolv.h361 #define res_dnok __res_dnok macro
419 int res_dnok(const char *);
/freebsd-12-stable/lib/libc/resolv/
Dres_comp.c231 res_dnok(const char *dn) { in res_dnok() function
/freebsd-12-stable/lib/libc/net/
Dgethostbydns.c166 name_ok = res_dnok; in gethostanswer()
274 if (n < 0 || !res_dnok(tbuf)) { in gethostanswer()
Dgetnetbydns.c207 if ((n < 0) || !res_dnok(bp)) in getnetanswer()