Home
last modified time | relevance | path

Searched refs:res_hnok (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/resolv/
H A Dres_comp.c153 res_hnok(const char *dn) { in res_hnok() function
184 return (res_hnok(dn+2)); in res_ownok()
188 return (res_hnok(dn)); in res_ownok()
215 return (res_hnok(dn)); in res_mailok()
/freebsd/include/
H A Dresolv.h365 #define res_hnok __res_hnok macro
415 int res_hnok(const char *);
/freebsd/lib/libc/net/
H A Dgethostbydns.c156 name_ok = res_hnok; in gethostanswer()
308 if ((n < 0) || !res_hnok(bp)) { in gethostanswer()
H A Dgetnetbydns.c213 if ((n < 0) || !res_hnok(bp)) { in getnetanswer()
H A Dgetaddrinfo.c2008 name_ok = res_hnok; in getanswer()
/freebsd/sbin/dhclient/
H A Ddhclient.c140 int res_hnok(const char *dn);
2581 if (!res_hnok(sbuf)) { in check_option()
2590 if (!res_hnok(sbuf)) { in check_option()
2722 res_hnok(const char *dn) in res_hnok() function