Home
last modified time | relevance | path

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

/glibc-2.36/resolv/
Dres_send.c254 const unsigned char *buf2, int buflen2, in __res_context_send() argument
285 || buflen2 > PACKETSZ); in __res_context_send()
359 n = send_vc(statp, buf, buflen, buf2, buflen2, in __res_context_send()
373 n = send_dg(statp, buf, buflen, buf2, buflen2, in __res_context_send()
563 const u_char *buf, int buflen, const u_char *buf2, int buflen2, in send_vc() argument
640 len2 = htons ((u_short) buflen2); in send_vc()
642 evConsIovec((void*)buf2, buflen2, &iov[3]); in send_vc()
644 explen += INT16SZ + buflen2; in send_vc()
928 const u_char *buf, int buflen, const u_char *buf2, int buflen2, in send_dg() argument
1051 { .iov_base = (void *) buf2, .iov_len = buflen2 }; in send_dg()
[all …]