Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/
Duser_socket.c2781 WSABUF send_iovec[MAXLEN_MBUF_CHAIN]; local
2784 struct iovec send_iovec[MAXLEN_MBUF_CHAIN]; local
2852 send_iovec[iovcnt].iov_base = (caddr_t)m->m_data;
2853 send_iovec[iovcnt].iov_len = SCTP_BUF_LEN(m);
2854 send_count += send_iovec[iovcnt].iov_len;
2856 send_iovec[iovcnt].buf = (caddr_t)m->m_data;
2857 send_iovec[iovcnt].len = SCTP_BUF_LEN(m);
2858 send_count += send_iovec[iovcnt].len;
2870 msg_hdr.msg_iov = send_iovec;
2889 win_msg_hdr.lpBuffers = (LPWSABUF)send_iovec;
[all …]