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

/freebsd-13-stable/lib/libc/resolv/
H A Dres_comp.c160 res_hnok(const char *dn) { function
191 return (res_hnok(dn+2));
195 return (res_hnok(dn));
222 return (res_hnok(dn));
/freebsd-13-stable/include/
H A Dresolv.h366 #define res_hnok __res_hnok macro
416 int res_hnok(const char *);
/freebsd-13-stable/lib/libc/net/
H A Dgethostbydns.c163 name_ok = res_hnok;
312 if ((n < 0) || !res_hnok(bp)) {
H A Dgetnetbydns.c219 if ((n < 0) || !res_hnok(bp)) {
H A Dgetaddrinfo.c2008 name_ok = res_hnok;
/freebsd-13-stable/sbin/dhclient/
H A Ddhclient.c139 int res_hnok(const char *dn);
2543 if (!res_hnok(sbuf)) {
2552 if (!res_hnok(sbuf)) {
2681 res_hnok(const char *dn) function

Completed in 140 milliseconds