Home
last modified time | relevance | path

Searched refs:iovec (Results 326 - 350 of 613) sorted by relevance

1...<<11121314151617181920>>...25

/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_session.c182 int fuse_chan_send(struct fuse_chan *ch, const struct iovec iov[], size_t count) in fuse_chan_send()
/third_party/ltp/testcases/kernel/syscalls/sendmsg/
H A Dsendmsg02.c66 struct iovec w; in client()
/third_party/ltp/testcases/kernel/syscalls/send/
H A Dsend02.c43 struct iovec iov; in do_sendmsg()
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_1_to_1_events.c58 struct iovec iov, out_iov; in main()
H A Dtest_basic.c71 struct iovec iov; in main()
78 struct iovec out_iov; in main()
H A Dtest_timetolive.c96 struct iovec iov; in main()
103 struct iovec out_iov; in main()
H A Dtest_tcp_style.c77 struct iovec out_iov; in main()
83 struct iovec iov; in main()
/third_party/musl/Benchmark/musl/
H A Dlibc_hilog.cpp120 struct iovec vec[LOG_LEN] = {{0}}; in SendMessage()
H A Dlibc_unistd.cpp299 struct iovec iov[IOV_SIZE]; in Bm_function_Writev()
490 struct iovec iov[IOV_SIZE]; in Bm_function_Readv()
/third_party/musl/include/
H A Dfcntl.h195 ssize_t vmsplice(int, const struct iovec *, size_t, unsigned);
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/
H A Dmod.rs150 pub msg_iov: *mut ::iovec,
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c218 struct iovec msgIov; in SockSendFrame()
250 struct iovec *iov = FILLP_NULL_PTR; in SocketMsgGetLen()
560 struct iovec msgIov; in SockRecv()
783 FillpErrorType SockWritev(FILLP_INT sockIndex, const struct iovec *iov, FILLP_INT iovCount) in SockWritev()
798 msg.msg_iov = (struct iovec *)iov; in SockWritev()
804 FillpErrorType SockReadv(FILLP_INT sockIndex, const struct iovec *iov, FILLP_INT iovCount) in SockReadv()
819 msg.msg_iov = (struct iovec *)iov; in SockReadv()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetlink_socket_diag.cpp213 iovec iov; in SendSockDiagDumpRequest()
222 ssize_t writeLen = writev(dumpSock_, &iov, (sizeof(iov) / sizeof(iovec))); in SendSockDiagDumpRequest()
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h175 * @param[in] iov A pointer which points to an array of iovec structures.
179 extern FILLP_INT DLL_API FtWritev(FILLP_INT fd, const struct iovec *iov, FILLP_INT iovCount);
188 * @param[in] iov A pointer which points to an array of iovec structures.
193 extern FILLP_INT DLL_API FtReadv(FILLP_INT fd, const struct iovec *iov, FILLP_INT iovCount);
/kernel/linux/linux-5.10/tools/testing/vsock/
H A Dvsock_diag_test.c183 struct iovec iov = { in send_req()
212 struct iovec iov = { in recv_resp()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dio_uring_zerocopy_tx.c158 const struct iovec *iovecs, in io_uring_register_buffers()
364 struct iovec iov; in do_tx()
H A Dso_txtime.c77 struct iovec iov = {0}; in do_send_one()
160 struct iovec iov = {0}; in do_recv_errqueue_timeout()
/kernel/linux/linux-6.6/tools/testing/vsock/
H A Dvsock_diag_test.c183 struct iovec iov = { in send_req()
212 struct iovec iov = { in recv_resp()
/kernel/liteos_a/testsuites/unittest/net/socket/smoke/
H A Dnet_socket_test_003.cpp60 struct iovec iov[2] = { }; in SampleTcpServer()
164 struct iovec iov[2] = { }; in SampleTcpClient()
/third_party/cares/include/
H A Dares.h400 struct iovec;
406 ares_ssize_t(*asendv)(ares_socket_t, const struct iovec *, int, void *);
/third_party/nghttp2/src/
H A Dshrpx_live_check.cc477 struct iovec iov; in write_tls()
546 struct iovec iov; in write_clear()
/third_party/node/deps/cares/include/
H A Dares.h452 struct iovec;
461 ares_ssize_t (*asendv)(ares_socket_t, const struct iovec *, int, void *);
/third_party/node/deps/cares/src/lib/
H A Dares__socket.c432 struct iovec { struct
442 struct iovec vec; in ares__socket_write()
/third_party/ltp/testcases/kernel/syscalls/recvmsg/
H A Drecvmsg01.c30 static struct iovec iov[1];
52 struct iovec *iov;
138 .desc = "invalid iovec buffer",
153 .desc = "invalid iovec count",
/third_party/libwebsockets/lib/roles/netlink/
H A Dops-netlink.c75 struct iovec iov; in rops_handle_POLLIN_netlink()
481 struct iovec iov; in rops_pt_init_destroy_netlink()

Completed in 24 milliseconds

1...<<11121314151617181920>>...25