Home
last modified time | relevance | path

Searched refs:res_send (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/resolv/
H A Dres_data.c191 res_send(const u_char *buf, int buflen, u_char *ans, int anssiz) { in res_send() function
320 #undef res_send
321 __weak_reference(__res_send, res_send);
H A DMakefile.inc6 res_query.c res_send.c res_state.c res_update.c
H A DSymbol.map101 res_send;
/freebsd/include/
H A Dresolv.h298 #define res_send __res_send macro
316 int res_send(const u_char *, int, u_char *, int);
/freebsd/lib/libc/net/
H A DMakefile.inc157 resolver.3 res_send.3 \
H A Dhesiod.c364 n = res_send(qbuf, n, abuf, MAX_HESRESP); in get_txt_records()