Home
last modified time | relevance | path

Searched refs:res_nquery (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libc/resolv/
H A Dres_query.c101 res_nquery(res_state statp, in res_nquery() function
228 return (res_nquery(statp, cp, class, type, answer, anslen)); in res_nsearch()
437 return (res_nquery(statp, longname, class, type, answer, anslen)); in res_nquerydomain()
H A Dres_data.c170 return (res_nquery(statp, name, class, type, answer, anslen)); in res_query()
/freebsd/include/
H A Dresolv.h373 #define res_nquery __res_nquery macro
460 int res_nquery(res_state, const char *, int, int, u_char *, int);
/freebsd/lib/libc/net/
H A Dgetnetbydns.c330 anslen = res_nquery(statp, qbuf, C_IN, T_PTR, (u_char *)buf, in _dns_getnetbyaddr()
H A Dgethostbydns.c626 n = res_nquery(statp, qbuf, C_IN, T_PTR, (u_char *)buf->buf, in _dns_gethostbyaddr()