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

/freebsd-10-stable/lib/libc/resolv/
H A Dres_query.c112 res_nquery(res_state statp, function
163 printf(";; res_nquery: retry without EDNS0\n");
239 return (res_nquery(statp, cp, class, type, answer, anslen));
448 return (res_nquery(statp, longname, class, type, answer, anslen));
H A Dres_data.c175 return (res_nquery(statp, name, class, type, answer, anslen));
/freebsd-10-stable/include/
H A Dresolv.h372 #define res_nquery __res_nquery macro
461 int res_nquery(res_state, const char *, int, int, u_char *, int);
/freebsd-10-stable/lib/libc/net/
H A Dgetnetbydns.c331 anslen = res_nquery(statp, qbuf, C_IN, T_PTR, (u_char *)buf,
H A Dgethostbydns.c626 n = res_nquery(statp, qbuf, C_IN, T_PTR, (u_char *)buf->buf,
630 dprintf("res_nquery failed (%d)\n", n, statp);

Completed in 79 milliseconds