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

/freebsd-current/lib/libc/resolv/
H A DMakefile.inc7 res_query.c res_send.c res_state.c res_update.c
H A Dres_data.c191 res_send(const u_char *buf, int buflen, u_char *ans, int anssiz) { function
320 #undef res_send macro
321 __weak_reference(__res_send, res_send);
/freebsd-current/include/
H A Dresolv.h178 int _vcsock; /*%< PRIVATE: for res_send VC i/o */
298 #define res_send __res_send macro
316 int res_send(const u_char *, int, u_char *, int);
/freebsd-current/lib/libc/net/
H A DMakefile.inc158 resolver.3 res_send.3 \
H A Dhesiod.c43 * it uses res_send() and accesses _res.
364 n = res_send(qbuf, n, abuf, MAX_HESRESP);

Completed in 205 milliseconds