1 /* source: xio-sctp.h */
2 /* Copyright Gerhard Rieger and contributors (see file CHANGES) */
3 /* Published under the GNU General Public License V.2, see file COPYING */
5 #ifndef __xio_sctp_h_included
6 #define __xio_sctp_h_included 1
8 extern const struct addrdesc addr_sctp_connect
;
9 extern const struct addrdesc addr_sctp_listen
;
10 extern const struct addrdesc addr_sctp4_connect
;
11 extern const struct addrdesc addr_sctp4_listen
;
12 extern const struct addrdesc addr_sctp6_connect
;
13 extern const struct addrdesc addr_sctp6_listen
;
15 extern const struct optdesc opt_sctp_nodelay
;
16 extern const struct optdesc opt_sctp_maxseg
;
17 extern const struct optdesc opt_sctp_maxseg_late
;
19 #endif /* !defined(__xio_sctp_h_included) */