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

/netbsd-6-1-5-RELEASE/dist/dhcp/minires/
H A Dres_comp.c159 res_hnok(const char *dn) {
190 return (res_hnok(dn+2));
194 return (res_hnok(dn));
221 return (res_hnok(dn));
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Ddns_p.h29 #define maybe_hnok(res, hn) maybe_ok((res), (hn), res_hnok)
H A Ddns_ho.c711 name_ok = res_hnok;
/netbsd-6-1-5-RELEASE/lib/libc/resolv/
H A Dres_comp.c101 __weak_alias(res_hnok,__res_hnok)
176 res_hnok(const char *dn) { function
207 return (res_hnok(dn+2));
211 return (res_hnok(dn));
238 return (res_hnok(dn));
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/resolv/
H A Dres_comp.c158 res_hnok(const char *dn) { function
189 return (res_hnok(dn+2));
193 return (res_hnok(dn));
220 return (res_hnok(dn));
/netbsd-6-1-5-RELEASE/include/
H A Dresolv.h380 #define res_hnok __res_hnok macro
422 int res_hnok(const char *);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/
H A Dresolv.h382 #define res_hnok __res_hnok macro
424 int res_hnok __P((const char *));
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/minires/
H A Dresolv.h256 int res_hnok (const char *);
/netbsd-6-1-5-RELEASE/lib/libc/net/
H A Dgetnetnamadr.c229 if ((n < 0) || !res_hnok(bp)) {
H A Dgethnamaddr.c238 name_ok = res_hnok;
382 if ((n < 0) || !res_hnok(bp)) {
H A Dgetaddrinfo.c1137 name_ok = res_hnok;

Completed in 95 milliseconds