Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dsockets.h120 #if !defined(iovec)
121 struct iovec { struct
130 struct iovec *msg_iov; argument
605 ssize_t lwip_readv(int s, const struct iovec *iov, int iovcnt);
615 ssize_t lwip_writev(int s, const struct iovec *iov, int iovcnt);
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dsockets.h145 #if !defined(iovec)
146 struct iovec { struct
155 struct iovec *msg_iov; argument
505 int lwip_writev(int s, const struct iovec *iov, int iovcnt);
/components/net/lwip/lwip-2.1.2/test/unit/api/
A Dtest_sockets.c287 struct iovec siovs[8]; in test_sockets_msgapi_tcp()
290 struct iovec riovs[5]; in test_sockets_msgapi_tcp()
291 struct iovec riovs_tmp[5]; in test_sockets_msgapi_tcp()
478 struct iovec riovs[4]; in test_sockets_msgapi_udp()
481 struct iovec siovs[4]; in test_sockets_msgapi_udp()
553 struct iovec iov; in test_sockets_msgapi_cmsg()
/components/net/sal/include/
A Dsal_socket.h234 struct iovec struct
246 struct iovec *msg_iov; argument
/components/lwp/terminal/
A Dtty_ptmx.c82 struct iovec iov; in ptm_fops_read()
123 struct iovec iov; in ptm_fops_write()
A Dtty_device.c130 struct iovec iov; in tty_fops_read()
181 struct iovec iov; in tty_fops_write()
A Dbsd_porting.h278 struct iovec struct
292 struct iovec *uio_iov; /* scatter/gather list */ argument
/components/net/lwip/lwip-2.1.2/src/api/
A Dsockets.c1242 struct iovec vec; in lwip_recvfrom()
1280 lwip_readv(int s, const struct iovec *iov, int iovcnt) in lwip_readv()
1288 msg.msg_iov = LWIP_CONST_CAST(struct iovec *, iov); in lwip_readv()
1774 lwip_writev(int s, const struct iovec *iov, int iovcnt) in lwip_writev()
1782 msg.msg_iov = LWIP_CONST_CAST(struct iovec *, iov); in lwip_writev()
/components/lwp/
A Dlwp_syscall.c5608 struct iovec **out_iov, void **out_msg_control) in copy_msghdr_from_user()
5611 struct iovec *uiov, *kiov; in copy_msghdr_from_user()
5727 struct iovec *uiov, *kiov; in sys_recvmsg()
5976 struct iovec *uiov, *kiov; in sys_sendmsg()
/components/net/lwip/lwip-2.0.3/src/api/
A Dsockets.c1300 lwip_writev(int s, const struct iovec *iov, int iovcnt) in lwip_writev()
1308 msg.msg_iov = LWIP_CONST_CAST(struct iovec *, iov); in lwip_writev()

Completed in 66 milliseconds