Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/adns/adns_win32/
H A Dadns_win32.h137 struct iovec struct
149 ADNS_API int adns_writev (int FileDescriptor, const struct iovec * iov, int iovCount); argument
H A Dadns_unix_calls.c33 int adns_writev(int FileDescriptor, const struct iovec * iov, int iovCount) in adns_writev()
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dsockets.h127 #if !defined(iovec)
128 struct iovec { struct
139 struct iovec *msg_iov; argument
607 ssize_t lwip_readv(int s, const struct iovec *iov, int iovcnt);
617 ssize_t lwip_writev(int s, const struct iovec *iov, int iovcnt);
/reactos/drivers/network/tcpip/lwip/test/unit/api/
H 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()
/reactos/sdk/lib/3rdparty/adns/src/
H A Dtransmit.c170 struct iovec iov[2]; in adns__querysend_tcp()
/reactos/drivers/network/tcpip/include/
H A Dtcpcore.h1151 extern int skb_copy_datagram_iovec(const struct sk_buff *from, int offset, struct iovec *to,int s…
1153 extern int skb_copy_and_csum_datagram_iovec(const struct sk_buff *skb, int hlen, struct iovec *io…
1197 struct iovec * msg_iov; /* Data blocks */
1306 struct iovec *iov;
H A Dlinux.h1699 struct iovec struct
/reactos/drivers/network/tcpip/lwip/src/api/
H A Dsockets.c1258 struct iovec vec; in lwip_recvfrom()
1296 lwip_readv(int s, const struct iovec *iov, int iovcnt) in lwip_readv()
1304 msg.msg_iov = LWIP_CONST_CAST(struct iovec *, iov); in lwip_readv()
1790 lwip_writev(int s, const struct iovec *iov, int iovcnt) in lwip_writev()
1798 msg.msg_iov = LWIP_CONST_CAST(struct iovec *, iov); in lwip_writev()
/reactos/modules/rostests/winetests/ws2_32/
H A Dsock.c2018 WSABUF iovec[1]; in test_ip_pktinfo() local
2035 iovec[0].buf = recvbuf; in test_ip_pktinfo()
2036 iovec[0].len = sizeof(recvbuf); in test_ip_pktinfo()
2039 hdr.lpBuffers = &iovec[0]; in test_ip_pktinfo()
6698 WSABUF iovec[2]; in test_WSASendMsg() local
6724 iovec[0].buf = teststr; in test_WSASendMsg()
6726 iovec[1].buf = teststr; in test_WSASendMsg()
6730 msg.lpBuffers = iovec; in test_WSASendMsg()
6795 iovec[0].len, bytesSent); in test_WSASendMsg()
6822 ok(bytesSent == iovec[0].len + iovec[1].len, "incorret bytes sent, expected %d, sent %d\n", in test_WSASendMsg()
[all …]
/reactos/dll/3rdparty/libtirpc/src/
H A Dclnt_dg.c480 struct iovec iov;