Searched refs:iov (Results 1 – 4 of 4) sorted by relevance
121 struct iovec iov = { in linux_socketcan_read_data() local125 msg.msg_iov = &iov; in linux_socketcan_read_data()
605 struct iovec iov[3] = { in test_dtls_sendmsg_no_buf() local625 msg.msg_iov = &iov[1]; in test_dtls_sendmsg_no_buf()639 msg.msg_iov = iov; in test_dtls_sendmsg_no_buf()640 msg.msg_iovlen = ARRAY_SIZE(iov); in test_dtls_sendmsg_no_buf()653 iov[0].iov_base = TEST_STR_SMALL; in test_dtls_sendmsg_no_buf()654 iov[0].iov_len = sizeof(TEST_STR_SMALL) - 1; in test_dtls_sendmsg_no_buf()690 struct iovec iov[3] = { in test_dtls_sendmsg() local713 msg.msg_iov = iov; in test_dtls_sendmsg()727 iov[1].iov_base = NULL; in test_dtls_sendmsg()728 iov[1].iov_len = 0; in test_dtls_sendmsg()[all …]
295 struct iovec iov = { in ptp_transport_recv() local300 msghdr.msg_iov = &iov; in ptp_transport_recv()
197 with a single non-empty iov buffer.