Searched refs:dns_res_send (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/libresolv-57/
H A Dres_send.c505 dns_res_send(res_state statp, const u_char *buf, int buflen, u_char *ans, int *anssiz, struct sockaddr *from, int *fromlen) function
812 status = dns_res_send(statp, buf, buflen, ans, &len, from, fromlen);
H A Ddns_util.c79 extern int dns_res_send(res_state statp, const u_char *buf, int buflen, u_char *ans, int *anssiz, struct sockaddr *from, int *fromlen);
2159 status = dns_res_send(statp, buf, n, res, reslen, (struct sockaddr *)&from, &fromlen);

Completed in 86 milliseconds