19 #ifndef MCA_BTL_SCTP_UTILS_H
20 #define MCA_BTL_SCTP_UTILS_H
23 #include "btl_sctp_frag.h"
24 #include "btl_sctp_endpoint.h"
27 #include <sys/socket.h>
28 #include <netinet/sctp.h>
32 int mca_btl_sctp_utils_writev(
int sd,
struct iovec *vec,
size_t len,
33 struct sockaddr *to_addr, socklen_t to_len, uint16_t stream_no);
SCTP fragment derived type.
Definition: btl_sctp_frag.h:43
Definition: ompi_uio.h:29
State of ELAN endpoint connection.
Definition: btl_elan_endpoint.h:33