Home
last modified time | relevance | path

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

/resolv/
A Dherror.c77 struct iovec iov[4], *v = iov; in herror() local
92 __writev_nocancel_nostatus(STDERR_FILENO, iov, (v - iov) + 1); in herror()
A Dres_send.c581 struct iovec iov[4]; in send_vc() local
630 evConsIovec(&len, INT16SZ, &iov[0]); in send_vc()
631 evConsIovec((void*)buf, buflen, &iov[1]); in send_vc()
636 evConsIovec(&len2, INT16SZ, &iov[2]); in send_vc()
637 evConsIovec((void*)buf2, buflen2, &iov[3]); in send_vc()
641 if (TEMP_FAILURE_RETRY (__writev (statp->_vcsock, iov, niov)) in send_vc()
1043 struct iovec iov = in send_dg() local
1052 .msg_iov = &iov, in send_dg()

Completed in 9 milliseconds