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

/freebsd-9.3-release/lib/libc/resolv/
H A Dres_query.c110 res_nquery(res_state statp, function
161 printf(";; res_nquery: retry without EDNS0\n");
237 return (res_nquery(statp, cp, class, type, answer, anslen));
446 return (res_nquery(statp, longname, class, type, answer, anslen));
H A Dres_data.c177 return (res_nquery(&_res, name, class, type, answer, anslen));
/freebsd-9.3-release/include/
H A Dresolv.h371 #define res_nquery __res_nquery macro
456 int res_nquery(res_state, const char *, int, int, u_char *, int);
/freebsd-9.3-release/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 54 milliseconds