Searched refs:res_nquery (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libc/resolv/ |
H A D | res_query.c | 106 res_nquery(res_state statp, in res_nquery() function 233 return (res_nquery(statp, cp, class, type, answer, anslen)); in res_nsearch() 442 return (res_nquery(statp, longname, class, type, answer, anslen)); in res_nquerydomain()
|
H A D | res_data.c | 170 return (res_nquery(statp, name, class, type, answer, anslen)); in res_query()
|
/freebsd/include/ |
H A D | resolv.h | 373 #define res_nquery __res_nquery macro 462 int res_nquery(res_state, const char *, int, int, u_char *, int);
|
/freebsd/lib/libc/net/ |
H A D | getnetbydns.c | 327 anslen = res_nquery(statp, qbuf, C_IN, T_PTR, (u_char *)buf, in _dns_getnetbyaddr()
|
H A D | gethostbydns.c | 620 n = res_nquery(statp, qbuf, C_IN, T_PTR, (u_char *)buf->buf, in _dns_gethostbyaddr()
|