Searched refs:res_nsend_2 (Results 1 - 3 of 3) sorted by path

/macosx-10.10/libresolv-57/
H A Dres_private.h78 #define res_nsend_2 res_9_nsend_2 macro
79 int res_nsend_2(res_state, const u_char *, int, u_char *, int, struct sockaddr *, int *);
H A Dres_query.c621 n = res_nsend_2(statp, buf, n, answer, anslen, from, fromlen);
H A Dres_send.c807 res_nsend_2(res_state statp, const u_char *buf, int buflen, u_char *ans, int anssiz, struct sockaddr *from, int *fromlen) function
825 return res_nsend_2(statp, buf, buflen, ans, anssiz, (struct sockaddr *)&from, &fromlen);

Completed in 260 milliseconds