21 #ifndef MCA_BTL_SCTP_ADDR_H
22 #define MCA_BTL_SCTP_ADDR_H
24 #ifdef HAVE_SYS_TYPES_H
25 #include <sys/types.h>
27 #ifdef HAVE_SYS_SOCKET_H
28 #include <sys/socket.h>
30 #ifdef HAVE_NETINET_IN_H
31 #include <netinet/in.h>
struct in_addr addr_inet
IPv4 address in network byte order.
Definition: btl_sctp_addr.h:39
unsigned short addr_inuse
local meaning only
Definition: btl_sctp_addr.h:41
Structure used to publish SCTP connection information to peers.
Definition: btl_sctp_addr.h:38
in_port_t addr_port
listen port
Definition: btl_sctp_addr.h:40