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

/freebsd-current/lib/libc/resolv/
H A Dres_query.c106 res_nquery(res_state statp, function
157 printf(";; res_nquery: retry without EDNS0\n");
233 return (res_nquery(statp, cp, class, type, answer, anslen));
442 return (res_nquery(statp, longname, class, type, answer, anslen));
H A Dres_data.c170 return (res_nquery(statp, name, class, type, answer, anslen));
/freebsd-current/include/
H A Dresolv.h373 #define res_nquery __res_nquery macro
462 int res_nquery(res_state, const char *, int, int, u_char *, int);
/freebsd-current/lib/libc/net/
H A Dgetnetbydns.c327 anslen = res_nquery(statp, qbuf, C_IN, T_PTR, (u_char *)buf,
H A Dgethostbydns.c620 n = res_nquery(statp, qbuf, C_IN, T_PTR, (u_char *)buf->buf,
624 dbg_printf("res_nquery failed (%d)\n", n, statp);

Completed in 180 milliseconds