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

/freebsd-current/lib/libc/resolv/
H A Dres_comp.c153 res_hnok(const char *dn) { function
184 return (res_hnok(dn+2));
188 return (res_hnok(dn));
215 return (res_hnok(dn));
/freebsd-current/include/
H A Dresolv.h365 #define res_hnok __res_hnok macro
415 int res_hnok(const char *);
/freebsd-current/lib/libc/net/
H A Dgethostbydns.c156 name_ok = res_hnok;
308 if ((n < 0) || !res_hnok(bp)) {
H A Dgetnetbydns.c213 if ((n < 0) || !res_hnok(bp)) {
H A Dgetaddrinfo.c2008 name_ok = res_hnok;
/freebsd-current/sbin/dhclient/
H A Ddhclient.c137 int res_hnok(const char *dn);
2559 if (!res_hnok(sbuf)) {
2568 if (!res_hnok(sbuf)) {
2697 res_hnok(const char *dn) function

Completed in 197 milliseconds