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

/freebsd-10-stable/lib/libc/resolv/
H A Dres_comp.c159 res_hnok(const char *dn) { function
190 return (res_hnok(dn+2));
194 return (res_hnok(dn));
221 return (res_hnok(dn));
/freebsd-10-stable/include/
H A Dresolv.h364 #define res_hnok __res_hnok macro
414 int res_hnok(const char *);
/freebsd-10-stable/lib/libc/net/
H A Dgethostbydns.c165 name_ok = res_hnok;
314 if ((n < 0) || !res_hnok(bp)) {
H A Dgetnetbydns.c217 if ((n < 0) || !res_hnok(bp)) {
H A Dgetaddrinfo.c2009 name_ok = res_hnok;
/freebsd-10-stable/sbin/dhclient/
H A Ddhclient.c128 int res_hnok(const char *dn);
2459 if (!res_hnok(sbuf)) {
2468 if (!res_hnok(sbuf)) {
2596 res_hnok(const char *dn) function

Completed in 69 milliseconds