Searched refs:res_nsend (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/libresolv-57/
H A Dres_sendsigned.c106 ret = res_nsend(nstatp, newmsg, newmsglen, answer, anslen);
H A Dres_update.c173 n = res_nsend(statp, packet, n, answer, sizeof answer);
175 DPRINTF(("res_nsend: send error, n=%d (%s)\n",
H A Dresolv.h403 #define res_nsend res_9_nsend macro
469 int res_nsend __P((res_state, const u_char *, int, u_char *, int));
H A Dres_data.c308 return res_nsend(_res_static, buf, buflen, ans, anssiz);
H A Dres_findzonecut.c125 * this function calls res_nsend() which means it depends on correctly
664 n = res_nsend(statp, req, n, resp, NS_PACKETSZ);
666 DPRINTF(("do_query: res_nsend failed"));
670 DPRINTF(("do_query: res_nsend returned 0"));
H A Dres_send.c818 res_nsend(res_state statp, const u_char *buf, int buflen, u_char *ans, int anssiz) function

Completed in 80 milliseconds