Searched refs:res_send (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libc/resolv/ |
H A D | res_data.c | 191 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 D | Makefile.inc | 6 res_query.c res_send.c res_state.c res_update.c
|
H A D | Symbol.map | 101 res_send;
|
/freebsd/include/ |
H A D | resolv.h | 298 #define res_send __res_send macro 316 int res_send(const u_char *, int, u_char *, int);
|
/freebsd/lib/libc/net/ |
H A D | Makefile.inc | 157 resolver.3 res_send.3 \
|
H A D | hesiod.c | 364 n = res_send(qbuf, n, abuf, MAX_HESRESP); in get_txt_records()
|