blob: a5cef43cc2e88d8050be44facabd4fd0c222c508 [file] [log] [blame]
Ben Cheng655a7c02013-10-16 16:09:24 -07001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
19#ifndef _UAPI_SCTP_H
20#define _UAPI_SCTP_H
21#include <linux/types.h>
22#include <linux/socket.h>
Ben Cheng655a7c02013-10-16 16:09:24 -070023typedef __s32 sctp_assoc_t;
24#define SCTP_RTOINFO 0
25#define SCTP_ASSOCINFO 1
26#define SCTP_INITMSG 2
Ben Cheng655a7c02013-10-16 16:09:24 -070027#define SCTP_NODELAY 3
28#define SCTP_AUTOCLOSE 4
29#define SCTP_SET_PEER_PRIMARY_ADDR 5
30#define SCTP_PRIMARY_ADDR 6
Ben Cheng655a7c02013-10-16 16:09:24 -070031#define SCTP_ADAPTATION_LAYER 7
32#define SCTP_DISABLE_FRAGMENTS 8
33#define SCTP_PEER_ADDR_PARAMS 9
34#define SCTP_DEFAULT_SEND_PARAM 10
Ben Cheng655a7c02013-10-16 16:09:24 -070035#define SCTP_EVENTS 11
36#define SCTP_I_WANT_MAPPED_V4_ADDR 12
37#define SCTP_MAXSEG 13
38#define SCTP_STATUS 14
Ben Cheng655a7c02013-10-16 16:09:24 -070039#define SCTP_GET_PEER_ADDR_INFO 15
40#define SCTP_DELAYED_ACK_TIME 16
41#define SCTP_DELAYED_ACK SCTP_DELAYED_ACK_TIME
42#define SCTP_DELAYED_SACK SCTP_DELAYED_ACK_TIME
Ben Cheng655a7c02013-10-16 16:09:24 -070043#define SCTP_CONTEXT 17
44#define SCTP_FRAGMENT_INTERLEAVE 18
45#define SCTP_PARTIAL_DELIVERY_POINT 19
46#define SCTP_MAX_BURST 20
Ben Cheng655a7c02013-10-16 16:09:24 -070047#define SCTP_AUTH_CHUNK 21
48#define SCTP_HMAC_IDENT 22
49#define SCTP_AUTH_KEY 23
50#define SCTP_AUTH_ACTIVE_KEY 24
Ben Cheng655a7c02013-10-16 16:09:24 -070051#define SCTP_AUTH_DELETE_KEY 25
52#define SCTP_PEER_AUTH_CHUNKS 26
53#define SCTP_LOCAL_AUTH_CHUNKS 27
54#define SCTP_GET_ASSOC_NUMBER 28
Ben Cheng655a7c02013-10-16 16:09:24 -070055#define SCTP_GET_ASSOC_ID_LIST 29
56#define SCTP_AUTO_ASCONF 30
57#define SCTP_PEER_ADDR_THLDS 31
Christopher Ferris82d75042015-01-26 10:57:07 -080058#define SCTP_RECVRCVINFO 32
Christopher Ferris82d75042015-01-26 10:57:07 -080059#define SCTP_RECVNXTINFO 33
60#define SCTP_DEFAULT_SNDINFO 34
61#define SCTP_SOCKOPT_BINDX_ADD 100
Ben Cheng655a7c02013-10-16 16:09:24 -070062#define SCTP_SOCKOPT_BINDX_REM 101
63#define SCTP_SOCKOPT_PEELOFF 102
64#define SCTP_SOCKOPT_CONNECTX_OLD 107
65#define SCTP_GET_PEER_ADDRS 108
Ben Cheng655a7c02013-10-16 16:09:24 -070066#define SCTP_GET_LOCAL_ADDRS 109
67#define SCTP_SOCKOPT_CONNECTX 110
68#define SCTP_SOCKOPT_CONNECTX3 111
69#define SCTP_GET_ASSOC_STATS 112
Christopher Ferris49f525c2016-12-12 14:55:36 -080070#define SCTP_PR_SUPPORTED 113
Christopher Ferris49f525c2016-12-12 14:55:36 -080071#define SCTP_DEFAULT_PRINFO 114
72#define SCTP_PR_ASSOC_STATUS 115
Christopher Ferris525ce912017-07-26 13:12:53 -070073#define SCTP_PR_STREAM_STATUS 116
74#define SCTP_RECONFIG_SUPPORTED 117
75#define SCTP_ENABLE_STREAM_RESET 118
76#define SCTP_RESET_STREAMS 119
77#define SCTP_RESET_ASSOC 120
78#define SCTP_ADD_STREAMS 121
Christopher Ferris49f525c2016-12-12 14:55:36 -080079#define SCTP_PR_SCTP_NONE 0x0000
80#define SCTP_PR_SCTP_TTL 0x0010
Christopher Ferris49f525c2016-12-12 14:55:36 -080081#define SCTP_PR_SCTP_RTX 0x0020
82#define SCTP_PR_SCTP_PRIO 0x0030
83#define SCTP_PR_SCTP_MAX SCTP_PR_SCTP_PRIO
84#define SCTP_PR_SCTP_MASK 0x0030
Christopher Ferris49f525c2016-12-12 14:55:36 -080085#define __SCTP_PR_INDEX(x) ((x >> 4) - 1)
86#define SCTP_PR_INDEX(x) __SCTP_PR_INDEX(SCTP_PR_SCTP_ ##x)
87#define SCTP_PR_POLICY(x) ((x) & SCTP_PR_SCTP_MASK)
88#define SCTP_PR_SET_POLICY(flags,x) do { flags &= ~SCTP_PR_SCTP_MASK; flags |= x; } while(0)
Christopher Ferris49f525c2016-12-12 14:55:36 -080089#define SCTP_PR_TTL_ENABLED(x) (SCTP_PR_POLICY(x) == SCTP_PR_SCTP_TTL)
90#define SCTP_PR_RTX_ENABLED(x) (SCTP_PR_POLICY(x) == SCTP_PR_SCTP_RTX)
91#define SCTP_PR_PRIO_ENABLED(x) (SCTP_PR_POLICY(x) == SCTP_PR_SCTP_PRIO)
Christopher Ferris525ce912017-07-26 13:12:53 -070092#define SCTP_ENABLE_RESET_STREAM_REQ 0x01
93#define SCTP_ENABLE_RESET_ASSOC_REQ 0x02
94#define SCTP_ENABLE_CHANGE_ASSOC_REQ 0x04
95#define SCTP_ENABLE_STRRESET_MASK 0x07
96#define SCTP_STREAM_RESET_INCOMING 0x01
97#define SCTP_STREAM_RESET_OUTGOING 0x02
Christopher Ferris82d75042015-01-26 10:57:07 -080098enum sctp_msg_flags {
Tao Baod7db5942015-01-28 10:07:51 -080099 MSG_NOTIFICATION = 0x8000,
Christopher Ferris82d75042015-01-26 10:57:07 -0800100#define MSG_NOTIFICATION MSG_NOTIFICATION
101};
Ben Cheng655a7c02013-10-16 16:09:24 -0700102struct sctp_initmsg {
Tao Baod7db5942015-01-28 10:07:51 -0800103 __u16 sinit_num_ostreams;
104 __u16 sinit_max_instreams;
105 __u16 sinit_max_attempts;
106 __u16 sinit_max_init_timeo;
Ben Cheng655a7c02013-10-16 16:09:24 -0700107};
108struct sctp_sndrcvinfo {
Tao Baod7db5942015-01-28 10:07:51 -0800109 __u16 sinfo_stream;
110 __u16 sinfo_ssn;
Tao Baod7db5942015-01-28 10:07:51 -0800111 __u16 sinfo_flags;
112 __u32 sinfo_ppid;
113 __u32 sinfo_context;
114 __u32 sinfo_timetolive;
Tao Baod7db5942015-01-28 10:07:51 -0800115 __u32 sinfo_tsn;
116 __u32 sinfo_cumtsn;
117 sctp_assoc_t sinfo_assoc_id;
Christopher Ferris82d75042015-01-26 10:57:07 -0800118};
Christopher Ferris82d75042015-01-26 10:57:07 -0800119struct sctp_sndinfo {
Tao Baod7db5942015-01-28 10:07:51 -0800120 __u16 snd_sid;
121 __u16 snd_flags;
122 __u32 snd_ppid;
Tao Baod7db5942015-01-28 10:07:51 -0800123 __u32 snd_context;
124 sctp_assoc_t snd_assoc_id;
Christopher Ferris82d75042015-01-26 10:57:07 -0800125};
126struct sctp_rcvinfo {
Tao Baod7db5942015-01-28 10:07:51 -0800127 __u16 rcv_sid;
128 __u16 rcv_ssn;
129 __u16 rcv_flags;
130 __u32 rcv_ppid;
Tao Baod7db5942015-01-28 10:07:51 -0800131 __u32 rcv_tsn;
132 __u32 rcv_cumtsn;
133 __u32 rcv_context;
134 sctp_assoc_t rcv_assoc_id;
Ben Cheng655a7c02013-10-16 16:09:24 -0700135};
Christopher Ferris82d75042015-01-26 10:57:07 -0800136struct sctp_nxtinfo {
Tao Baod7db5942015-01-28 10:07:51 -0800137 __u16 nxt_sid;
138 __u16 nxt_flags;
Tao Baod7db5942015-01-28 10:07:51 -0800139 __u32 nxt_ppid;
140 __u32 nxt_length;
141 sctp_assoc_t nxt_assoc_id;
Christopher Ferris82d75042015-01-26 10:57:07 -0800142};
Christopher Ferris82d75042015-01-26 10:57:07 -0800143enum sctp_sinfo_flags {
Tao Baod7db5942015-01-28 10:07:51 -0800144 SCTP_UNORDERED = (1 << 0),
145 SCTP_ADDR_OVER = (1 << 1),
146 SCTP_ABORT = (1 << 2),
Tao Baod7db5942015-01-28 10:07:51 -0800147 SCTP_SACK_IMMEDIATELY = (1 << 3),
148 SCTP_NOTIFICATION = MSG_NOTIFICATION,
149 SCTP_EOF = MSG_FIN,
Ben Cheng655a7c02013-10-16 16:09:24 -0700150};
Ben Cheng655a7c02013-10-16 16:09:24 -0700151typedef union {
Tao Baod7db5942015-01-28 10:07:51 -0800152 __u8 raw;
153 struct sctp_initmsg init;
154 struct sctp_sndrcvinfo sndrcv;
Ben Cheng655a7c02013-10-16 16:09:24 -0700155} sctp_cmsg_data_t;
156typedef enum sctp_cmsg_type {
Tao Baod7db5942015-01-28 10:07:51 -0800157 SCTP_INIT,
Ben Cheng655a7c02013-10-16 16:09:24 -0700158#define SCTP_INIT SCTP_INIT
Tao Baod7db5942015-01-28 10:07:51 -0800159 SCTP_SNDRCV,
Ben Cheng655a7c02013-10-16 16:09:24 -0700160#define SCTP_SNDRCV SCTP_SNDRCV
Tao Baod7db5942015-01-28 10:07:51 -0800161 SCTP_SNDINFO,
Christopher Ferris82d75042015-01-26 10:57:07 -0800162#define SCTP_SNDINFO SCTP_SNDINFO
Tao Baod7db5942015-01-28 10:07:51 -0800163 SCTP_RCVINFO,
Christopher Ferris82d75042015-01-26 10:57:07 -0800164#define SCTP_RCVINFO SCTP_RCVINFO
Tao Baod7db5942015-01-28 10:07:51 -0800165 SCTP_NXTINFO,
Christopher Ferris82d75042015-01-26 10:57:07 -0800166#define SCTP_NXTINFO SCTP_NXTINFO
Ben Cheng655a7c02013-10-16 16:09:24 -0700167} sctp_cmsg_t;
168struct sctp_assoc_change {
Tao Baod7db5942015-01-28 10:07:51 -0800169 __u16 sac_type;
170 __u16 sac_flags;
Tao Baod7db5942015-01-28 10:07:51 -0800171 __u32 sac_length;
172 __u16 sac_state;
173 __u16 sac_error;
174 __u16 sac_outbound_streams;
Tao Baod7db5942015-01-28 10:07:51 -0800175 __u16 sac_inbound_streams;
176 sctp_assoc_t sac_assoc_id;
177 __u8 sac_info[0];
Ben Cheng655a7c02013-10-16 16:09:24 -0700178};
179enum sctp_sac_state {
Tao Baod7db5942015-01-28 10:07:51 -0800180 SCTP_COMM_UP,
181 SCTP_COMM_LOST,
182 SCTP_RESTART,
Tao Baod7db5942015-01-28 10:07:51 -0800183 SCTP_SHUTDOWN_COMP,
184 SCTP_CANT_STR_ASSOC,
Ben Cheng655a7c02013-10-16 16:09:24 -0700185};
186struct sctp_paddr_change {
Tao Baod7db5942015-01-28 10:07:51 -0800187 __u16 spc_type;
188 __u16 spc_flags;
189 __u32 spc_length;
190 struct sockaddr_storage spc_aaddr;
Tao Baod7db5942015-01-28 10:07:51 -0800191 int spc_state;
192 int spc_error;
193 sctp_assoc_t spc_assoc_id;
Ben Cheng655a7c02013-10-16 16:09:24 -0700194} __attribute__((packed, aligned(4)));
195enum sctp_spc_state {
Tao Baod7db5942015-01-28 10:07:51 -0800196 SCTP_ADDR_AVAILABLE,
197 SCTP_ADDR_UNREACHABLE,
198 SCTP_ADDR_REMOVED,
Tao Baod7db5942015-01-28 10:07:51 -0800199 SCTP_ADDR_ADDED,
200 SCTP_ADDR_MADE_PRIM,
201 SCTP_ADDR_CONFIRMED,
Ben Cheng655a7c02013-10-16 16:09:24 -0700202};
203struct sctp_remote_error {
Tao Baod7db5942015-01-28 10:07:51 -0800204 __u16 sre_type;
205 __u16 sre_flags;
206 __u32 sre_length;
Tao Baod7db5942015-01-28 10:07:51 -0800207 __u16 sre_error;
208 sctp_assoc_t sre_assoc_id;
209 __u8 sre_data[0];
Ben Cheng655a7c02013-10-16 16:09:24 -0700210};
211struct sctp_send_failed {
Tao Baod7db5942015-01-28 10:07:51 -0800212 __u16 ssf_type;
213 __u16 ssf_flags;
214 __u32 ssf_length;
Tao Baod7db5942015-01-28 10:07:51 -0800215 __u32 ssf_error;
216 struct sctp_sndrcvinfo ssf_info;
217 sctp_assoc_t ssf_assoc_id;
218 __u8 ssf_data[0];
Ben Cheng655a7c02013-10-16 16:09:24 -0700219};
220enum sctp_ssf_flags {
Tao Baod7db5942015-01-28 10:07:51 -0800221 SCTP_DATA_UNSENT,
222 SCTP_DATA_SENT,
Ben Cheng655a7c02013-10-16 16:09:24 -0700223};
224struct sctp_shutdown_event {
Tao Baod7db5942015-01-28 10:07:51 -0800225 __u16 sse_type;
226 __u16 sse_flags;
Tao Baod7db5942015-01-28 10:07:51 -0800227 __u32 sse_length;
228 sctp_assoc_t sse_assoc_id;
Ben Cheng655a7c02013-10-16 16:09:24 -0700229};
230struct sctp_adaptation_event {
Tao Baod7db5942015-01-28 10:07:51 -0800231 __u16 sai_type;
232 __u16 sai_flags;
233 __u32 sai_length;
234 __u32 sai_adaptation_ind;
Tao Baod7db5942015-01-28 10:07:51 -0800235 sctp_assoc_t sai_assoc_id;
Ben Cheng655a7c02013-10-16 16:09:24 -0700236};
Ben Cheng655a7c02013-10-16 16:09:24 -0700237struct sctp_pdapi_event {
Tao Baod7db5942015-01-28 10:07:51 -0800238 __u16 pdapi_type;
Tao Baod7db5942015-01-28 10:07:51 -0800239 __u16 pdapi_flags;
240 __u32 pdapi_length;
241 __u32 pdapi_indication;
242 sctp_assoc_t pdapi_assoc_id;
Ben Cheng655a7c02013-10-16 16:09:24 -0700243};
Tao Baod7db5942015-01-28 10:07:51 -0800244enum {
245 SCTP_PARTIAL_DELIVERY_ABORTED = 0,
246};
Ben Cheng655a7c02013-10-16 16:09:24 -0700247struct sctp_authkey_event {
Tao Baod7db5942015-01-28 10:07:51 -0800248 __u16 auth_type;
249 __u16 auth_flags;
250 __u32 auth_length;
Tao Baod7db5942015-01-28 10:07:51 -0800251 __u16 auth_keynumber;
252 __u16 auth_altkeynumber;
253 __u32 auth_indication;
254 sctp_assoc_t auth_assoc_id;
Ben Cheng655a7c02013-10-16 16:09:24 -0700255};
Tao Baod7db5942015-01-28 10:07:51 -0800256enum {
257 SCTP_AUTH_NEWKEY = 0,
258};
Ben Cheng655a7c02013-10-16 16:09:24 -0700259struct sctp_sender_dry_event {
Tao Baod7db5942015-01-28 10:07:51 -0800260 __u16 sender_dry_type;
261 __u16 sender_dry_flags;
262 __u32 sender_dry_length;
Tao Baod7db5942015-01-28 10:07:51 -0800263 sctp_assoc_t sender_dry_assoc_id;
Ben Cheng655a7c02013-10-16 16:09:24 -0700264};
Christopher Ferris525ce912017-07-26 13:12:53 -0700265#define SCTP_STREAM_RESET_INCOMING_SSN 0x0001
266#define SCTP_STREAM_RESET_OUTGOING_SSN 0x0002
267#define SCTP_STREAM_RESET_DENIED 0x0004
268#define SCTP_STREAM_RESET_FAILED 0x0008
269struct sctp_stream_reset_event {
270 __u16 strreset_type;
271 __u16 strreset_flags;
272 __u32 strreset_length;
273 sctp_assoc_t strreset_assoc_id;
274 __u16 strreset_stream_list[];
275};
276#define SCTP_ASSOC_RESET_DENIED 0x0004
277#define SCTP_ASSOC_RESET_FAILED 0x0008
278struct sctp_assoc_reset_event {
279 __u16 assocreset_type;
280 __u16 assocreset_flags;
281 __u32 assocreset_length;
282 sctp_assoc_t assocreset_assoc_id;
283 __u32 assocreset_local_tsn;
284 __u32 assocreset_remote_tsn;
285};
286#define SCTP_ASSOC_CHANGE_DENIED 0x0004
287#define SCTP_ASSOC_CHANGE_FAILED 0x0008
288struct sctp_stream_change_event {
289 __u16 strchange_type;
290 __u16 strchange_flags;
291 __u32 strchange_length;
292 sctp_assoc_t strchange_assoc_id;
293 __u16 strchange_instrms;
294 __u16 strchange_outstrms;
295};
Ben Cheng655a7c02013-10-16 16:09:24 -0700296struct sctp_event_subscribe {
Tao Baod7db5942015-01-28 10:07:51 -0800297 __u8 sctp_data_io_event;
Tao Baod7db5942015-01-28 10:07:51 -0800298 __u8 sctp_association_event;
299 __u8 sctp_address_event;
300 __u8 sctp_send_failure_event;
301 __u8 sctp_peer_error_event;
Tao Baod7db5942015-01-28 10:07:51 -0800302 __u8 sctp_shutdown_event;
303 __u8 sctp_partial_delivery_event;
304 __u8 sctp_adaptation_layer_event;
305 __u8 sctp_authentication_event;
Tao Baod7db5942015-01-28 10:07:51 -0800306 __u8 sctp_sender_dry_event;
Christopher Ferris525ce912017-07-26 13:12:53 -0700307 __u8 sctp_stream_reset_event;
308 __u8 sctp_assoc_reset_event;
309 __u8 sctp_stream_change_event;
Ben Cheng655a7c02013-10-16 16:09:24 -0700310};
Ben Cheng655a7c02013-10-16 16:09:24 -0700311union sctp_notification {
Tao Baod7db5942015-01-28 10:07:51 -0800312 struct {
Tao Baod7db5942015-01-28 10:07:51 -0800313 __u16 sn_type;
314 __u16 sn_flags;
315 __u32 sn_length;
316 } sn_header;
Tao Baod7db5942015-01-28 10:07:51 -0800317 struct sctp_assoc_change sn_assoc_change;
318 struct sctp_paddr_change sn_paddr_change;
319 struct sctp_remote_error sn_remote_error;
320 struct sctp_send_failed sn_send_failed;
Tao Baod7db5942015-01-28 10:07:51 -0800321 struct sctp_shutdown_event sn_shutdown_event;
322 struct sctp_adaptation_event sn_adaptation_event;
323 struct sctp_pdapi_event sn_pdapi_event;
324 struct sctp_authkey_event sn_authkey_event;
Tao Baod7db5942015-01-28 10:07:51 -0800325 struct sctp_sender_dry_event sn_sender_dry_event;
Christopher Ferris525ce912017-07-26 13:12:53 -0700326 struct sctp_stream_reset_event sn_strreset_event;
327 struct sctp_assoc_reset_event sn_assocreset_event;
328 struct sctp_stream_change_event sn_strchange_event;
Ben Cheng655a7c02013-10-16 16:09:24 -0700329};
Ben Cheng655a7c02013-10-16 16:09:24 -0700330enum sctp_sn_type {
Tao Baod7db5942015-01-28 10:07:51 -0800331 SCTP_SN_TYPE_BASE = (1 << 15),
Tao Baod7db5942015-01-28 10:07:51 -0800332 SCTP_ASSOC_CHANGE,
Ben Cheng655a7c02013-10-16 16:09:24 -0700333#define SCTP_ASSOC_CHANGE SCTP_ASSOC_CHANGE
Tao Baod7db5942015-01-28 10:07:51 -0800334 SCTP_PEER_ADDR_CHANGE,
Ben Cheng655a7c02013-10-16 16:09:24 -0700335#define SCTP_PEER_ADDR_CHANGE SCTP_PEER_ADDR_CHANGE
Tao Baod7db5942015-01-28 10:07:51 -0800336 SCTP_SEND_FAILED,
Ben Cheng655a7c02013-10-16 16:09:24 -0700337#define SCTP_SEND_FAILED SCTP_SEND_FAILED
Tao Baod7db5942015-01-28 10:07:51 -0800338 SCTP_REMOTE_ERROR,
Ben Cheng655a7c02013-10-16 16:09:24 -0700339#define SCTP_REMOTE_ERROR SCTP_REMOTE_ERROR
Tao Baod7db5942015-01-28 10:07:51 -0800340 SCTP_SHUTDOWN_EVENT,
Ben Cheng655a7c02013-10-16 16:09:24 -0700341#define SCTP_SHUTDOWN_EVENT SCTP_SHUTDOWN_EVENT
Tao Baod7db5942015-01-28 10:07:51 -0800342 SCTP_PARTIAL_DELIVERY_EVENT,
Ben Cheng655a7c02013-10-16 16:09:24 -0700343#define SCTP_PARTIAL_DELIVERY_EVENT SCTP_PARTIAL_DELIVERY_EVENT
Tao Baod7db5942015-01-28 10:07:51 -0800344 SCTP_ADAPTATION_INDICATION,
Ben Cheng655a7c02013-10-16 16:09:24 -0700345#define SCTP_ADAPTATION_INDICATION SCTP_ADAPTATION_INDICATION
Tao Baod7db5942015-01-28 10:07:51 -0800346 SCTP_AUTHENTICATION_EVENT,
Ben Cheng655a7c02013-10-16 16:09:24 -0700347#define SCTP_AUTHENTICATION_INDICATION SCTP_AUTHENTICATION_EVENT
Tao Baod7db5942015-01-28 10:07:51 -0800348 SCTP_SENDER_DRY_EVENT,
Ben Cheng655a7c02013-10-16 16:09:24 -0700349#define SCTP_SENDER_DRY_EVENT SCTP_SENDER_DRY_EVENT
Christopher Ferris525ce912017-07-26 13:12:53 -0700350 SCTP_STREAM_RESET_EVENT,
351#define SCTP_STREAM_RESET_EVENT SCTP_STREAM_RESET_EVENT
352 SCTP_ASSOC_RESET_EVENT,
353#define SCTP_ASSOC_RESET_EVENT SCTP_ASSOC_RESET_EVENT
354 SCTP_STREAM_CHANGE_EVENT,
355#define SCTP_STREAM_CHANGE_EVENT SCTP_STREAM_CHANGE_EVENT
Ben Cheng655a7c02013-10-16 16:09:24 -0700356};
357typedef enum sctp_sn_error {
Tao Baod7db5942015-01-28 10:07:51 -0800358 SCTP_FAILED_THRESHOLD,
359 SCTP_RECEIVED_SACK,
360 SCTP_HEARTBEAT_SUCCESS,
361 SCTP_RESPONSE_TO_USER_REQ,
Tao Baod7db5942015-01-28 10:07:51 -0800362 SCTP_INTERNAL_ERROR,
363 SCTP_SHUTDOWN_GUARD_EXPIRES,
364 SCTP_PEER_FAULTY,
Ben Cheng655a7c02013-10-16 16:09:24 -0700365} sctp_sn_error_t;
366struct sctp_rtoinfo {
Tao Baod7db5942015-01-28 10:07:51 -0800367 sctp_assoc_t srto_assoc_id;
368 __u32 srto_initial;
369 __u32 srto_max;
Tao Baod7db5942015-01-28 10:07:51 -0800370 __u32 srto_min;
Ben Cheng655a7c02013-10-16 16:09:24 -0700371};
Ben Cheng655a7c02013-10-16 16:09:24 -0700372struct sctp_assocparams {
Tao Baod7db5942015-01-28 10:07:51 -0800373 sctp_assoc_t sasoc_assoc_id;
Tao Baod7db5942015-01-28 10:07:51 -0800374 __u16 sasoc_asocmaxrxt;
375 __u16 sasoc_number_peer_destinations;
376 __u32 sasoc_peer_rwnd;
377 __u32 sasoc_local_rwnd;
Tao Baod7db5942015-01-28 10:07:51 -0800378 __u32 sasoc_cookie_life;
Ben Cheng655a7c02013-10-16 16:09:24 -0700379};
Ben Cheng655a7c02013-10-16 16:09:24 -0700380struct sctp_setpeerprim {
Tao Baod7db5942015-01-28 10:07:51 -0800381 sctp_assoc_t sspp_assoc_id;
Tao Baod7db5942015-01-28 10:07:51 -0800382 struct sockaddr_storage sspp_addr;
Ben Cheng655a7c02013-10-16 16:09:24 -0700383} __attribute__((packed, aligned(4)));
Ben Cheng655a7c02013-10-16 16:09:24 -0700384struct sctp_prim {
Tao Baod7db5942015-01-28 10:07:51 -0800385 sctp_assoc_t ssp_assoc_id;
Tao Baod7db5942015-01-28 10:07:51 -0800386 struct sockaddr_storage ssp_addr;
Ben Cheng655a7c02013-10-16 16:09:24 -0700387} __attribute__((packed, aligned(4)));
Ben Cheng655a7c02013-10-16 16:09:24 -0700388#define sctp_setprim sctp_prim
389struct sctp_setadaptation {
Tao Baod7db5942015-01-28 10:07:51 -0800390 __u32 ssb_adaptation_ind;
Ben Cheng655a7c02013-10-16 16:09:24 -0700391};
Ben Cheng655a7c02013-10-16 16:09:24 -0700392enum sctp_spp_flags {
Tao Baod7db5942015-01-28 10:07:51 -0800393 SPP_HB_ENABLE = 1 << 0,
Tao Baod7db5942015-01-28 10:07:51 -0800394 SPP_HB_DISABLE = 1 << 1,
395 SPP_HB = SPP_HB_ENABLE | SPP_HB_DISABLE,
396 SPP_HB_DEMAND = 1 << 2,
397 SPP_PMTUD_ENABLE = 1 << 3,
Tao Baod7db5942015-01-28 10:07:51 -0800398 SPP_PMTUD_DISABLE = 1 << 4,
399 SPP_PMTUD = SPP_PMTUD_ENABLE | SPP_PMTUD_DISABLE,
400 SPP_SACKDELAY_ENABLE = 1 << 5,
401 SPP_SACKDELAY_DISABLE = 1 << 6,
Tao Baod7db5942015-01-28 10:07:51 -0800402 SPP_SACKDELAY = SPP_SACKDELAY_ENABLE | SPP_SACKDELAY_DISABLE,
403 SPP_HB_TIME_IS_ZERO = 1 << 7,
Ben Cheng655a7c02013-10-16 16:09:24 -0700404};
405struct sctp_paddrparams {
Tao Baod7db5942015-01-28 10:07:51 -0800406 sctp_assoc_t spp_assoc_id;
407 struct sockaddr_storage spp_address;
408 __u32 spp_hbinterval;
409 __u16 spp_pathmaxrxt;
Tao Baod7db5942015-01-28 10:07:51 -0800410 __u32 spp_pathmtu;
411 __u32 spp_sackdelay;
412 __u32 spp_flags;
Ben Cheng655a7c02013-10-16 16:09:24 -0700413} __attribute__((packed, aligned(4)));
414struct sctp_authchunk {
Tao Baod7db5942015-01-28 10:07:51 -0800415 __u8 sauth_chunk;
Ben Cheng655a7c02013-10-16 16:09:24 -0700416};
417enum {
Tao Baod7db5942015-01-28 10:07:51 -0800418 SCTP_AUTH_HMAC_ID_SHA1 = 1,
419 SCTP_AUTH_HMAC_ID_SHA256 = 3,
Ben Cheng655a7c02013-10-16 16:09:24 -0700420};
421struct sctp_hmacalgo {
Tao Baod7db5942015-01-28 10:07:51 -0800422 __u32 shmac_num_idents;
423 __u16 shmac_idents[];
Ben Cheng655a7c02013-10-16 16:09:24 -0700424};
425#define shmac_number_of_idents shmac_num_idents
426struct sctp_authkey {
Tao Baod7db5942015-01-28 10:07:51 -0800427 sctp_assoc_t sca_assoc_id;
428 __u16 sca_keynumber;
429 __u16 sca_keylength;
Tao Baod7db5942015-01-28 10:07:51 -0800430 __u8 sca_key[];
Ben Cheng655a7c02013-10-16 16:09:24 -0700431};
Ben Cheng655a7c02013-10-16 16:09:24 -0700432struct sctp_authkeyid {
Tao Baod7db5942015-01-28 10:07:51 -0800433 sctp_assoc_t scact_assoc_id;
Tao Baod7db5942015-01-28 10:07:51 -0800434 __u16 scact_keynumber;
Ben Cheng655a7c02013-10-16 16:09:24 -0700435};
Ben Cheng655a7c02013-10-16 16:09:24 -0700436struct sctp_sack_info {
Tao Baod7db5942015-01-28 10:07:51 -0800437 sctp_assoc_t sack_assoc_id;
Tao Baod7db5942015-01-28 10:07:51 -0800438 uint32_t sack_delay;
439 uint32_t sack_freq;
Ben Cheng655a7c02013-10-16 16:09:24 -0700440};
441struct sctp_assoc_value {
Tao Baod7db5942015-01-28 10:07:51 -0800442 sctp_assoc_t assoc_id;
443 uint32_t assoc_value;
Ben Cheng655a7c02013-10-16 16:09:24 -0700444};
445struct sctp_paddrinfo {
Tao Baod7db5942015-01-28 10:07:51 -0800446 sctp_assoc_t spinfo_assoc_id;
447 struct sockaddr_storage spinfo_address;
448 __s32 spinfo_state;
449 __u32 spinfo_cwnd;
Tao Baod7db5942015-01-28 10:07:51 -0800450 __u32 spinfo_srtt;
451 __u32 spinfo_rto;
452 __u32 spinfo_mtu;
Ben Cheng655a7c02013-10-16 16:09:24 -0700453} __attribute__((packed, aligned(4)));
454enum sctp_spinfo_state {
Tao Baod7db5942015-01-28 10:07:51 -0800455 SCTP_INACTIVE,
456 SCTP_PF,
457 SCTP_ACTIVE,
Tao Baod7db5942015-01-28 10:07:51 -0800458 SCTP_UNCONFIRMED,
459 SCTP_UNKNOWN = 0xffff
Ben Cheng655a7c02013-10-16 16:09:24 -0700460};
461struct sctp_status {
Tao Baod7db5942015-01-28 10:07:51 -0800462 sctp_assoc_t sstat_assoc_id;
463 __s32 sstat_state;
464 __u32 sstat_rwnd;
465 __u16 sstat_unackdata;
Tao Baod7db5942015-01-28 10:07:51 -0800466 __u16 sstat_penddata;
467 __u16 sstat_instrms;
468 __u16 sstat_outstrms;
469 __u32 sstat_fragmentation_point;
Tao Baod7db5942015-01-28 10:07:51 -0800470 struct sctp_paddrinfo sstat_primary;
Ben Cheng655a7c02013-10-16 16:09:24 -0700471};
Ben Cheng655a7c02013-10-16 16:09:24 -0700472struct sctp_authchunks {
Tao Baod7db5942015-01-28 10:07:51 -0800473 sctp_assoc_t gauth_assoc_id;
Tao Baod7db5942015-01-28 10:07:51 -0800474 __u32 gauth_number_of_chunks;
475 uint8_t gauth_chunks[];
Ben Cheng655a7c02013-10-16 16:09:24 -0700476};
477#define guth_number_of_chunks gauth_number_of_chunks
478enum sctp_sstat_state {
Tao Baod7db5942015-01-28 10:07:51 -0800479 SCTP_EMPTY = 0,
480 SCTP_CLOSED = 1,
481 SCTP_COOKIE_WAIT = 2,
Tao Baod7db5942015-01-28 10:07:51 -0800482 SCTP_COOKIE_ECHOED = 3,
483 SCTP_ESTABLISHED = 4,
484 SCTP_SHUTDOWN_PENDING = 5,
485 SCTP_SHUTDOWN_SENT = 6,
Tao Baod7db5942015-01-28 10:07:51 -0800486 SCTP_SHUTDOWN_RECEIVED = 7,
487 SCTP_SHUTDOWN_ACK_SENT = 8,
Ben Cheng655a7c02013-10-16 16:09:24 -0700488};
489struct sctp_assoc_ids {
Tao Baod7db5942015-01-28 10:07:51 -0800490 __u32 gaids_number_of_ids;
491 sctp_assoc_t gaids_assoc_id[];
Ben Cheng655a7c02013-10-16 16:09:24 -0700492};
493struct sctp_getaddrs_old {
Tao Baod7db5942015-01-28 10:07:51 -0800494 sctp_assoc_t assoc_id;
495 int addr_num;
496 struct sockaddr * addrs;
Ben Cheng655a7c02013-10-16 16:09:24 -0700497};
498struct sctp_getaddrs {
Tao Baod7db5942015-01-28 10:07:51 -0800499 sctp_assoc_t assoc_id;
500 __u32 addr_num;
501 __u8 addrs[0];
Ben Cheng655a7c02013-10-16 16:09:24 -0700502};
503struct sctp_assoc_stats {
Tao Baod7db5942015-01-28 10:07:51 -0800504 sctp_assoc_t sas_assoc_id;
505 struct sockaddr_storage sas_obs_rto_ipaddr;
Tao Baod7db5942015-01-28 10:07:51 -0800506 __u64 sas_maxrto;
507 __u64 sas_isacks;
508 __u64 sas_osacks;
509 __u64 sas_opackets;
Tao Baod7db5942015-01-28 10:07:51 -0800510 __u64 sas_ipackets;
511 __u64 sas_rtxchunks;
512 __u64 sas_outofseqtsns;
513 __u64 sas_idupchunks;
Tao Baod7db5942015-01-28 10:07:51 -0800514 __u64 sas_gapcnt;
515 __u64 sas_ouodchunks;
516 __u64 sas_iuodchunks;
517 __u64 sas_oodchunks;
Tao Baod7db5942015-01-28 10:07:51 -0800518 __u64 sas_iodchunks;
519 __u64 sas_octrlchunks;
520 __u64 sas_ictrlchunks;
Ben Cheng655a7c02013-10-16 16:09:24 -0700521};
Ben Cheng655a7c02013-10-16 16:09:24 -0700522#define SCTP_BINDX_ADD_ADDR 0x01
523#define SCTP_BINDX_REM_ADDR 0x02
Ben Cheng655a7c02013-10-16 16:09:24 -0700524typedef struct {
Tao Baod7db5942015-01-28 10:07:51 -0800525 sctp_assoc_t associd;
Tao Baod7db5942015-01-28 10:07:51 -0800526 int sd;
Ben Cheng655a7c02013-10-16 16:09:24 -0700527} sctp_peeloff_arg_t;
Ben Cheng655a7c02013-10-16 16:09:24 -0700528struct sctp_paddrthlds {
Tao Baod7db5942015-01-28 10:07:51 -0800529 sctp_assoc_t spt_assoc_id;
Tao Baod7db5942015-01-28 10:07:51 -0800530 struct sockaddr_storage spt_address;
531 __u16 spt_pathmaxrxt;
532 __u16 spt_pathpfthld;
Ben Cheng655a7c02013-10-16 16:09:24 -0700533};
Christopher Ferris49f525c2016-12-12 14:55:36 -0800534struct sctp_prstatus {
535 sctp_assoc_t sprstat_assoc_id;
536 __u16 sprstat_sid;
537 __u16 sprstat_policy;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800538 __u64 sprstat_abandoned_unsent;
539 __u64 sprstat_abandoned_sent;
540};
541struct sctp_default_prinfo {
Christopher Ferris49f525c2016-12-12 14:55:36 -0800542 sctp_assoc_t pr_assoc_id;
543 __u32 pr_value;
544 __u16 pr_policy;
545};
Christopher Ferris49f525c2016-12-12 14:55:36 -0800546struct sctp_info {
547 __u32 sctpi_tag;
548 __u32 sctpi_state;
549 __u32 sctpi_rwnd;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800550 __u16 sctpi_unackdata;
551 __u16 sctpi_penddata;
552 __u16 sctpi_instrms;
553 __u16 sctpi_outstrms;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800554 __u32 sctpi_fragmentation_point;
555 __u32 sctpi_inqueue;
556 __u32 sctpi_outqueue;
557 __u32 sctpi_overall_error;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800558 __u32 sctpi_max_burst;
559 __u32 sctpi_maxseg;
560 __u32 sctpi_peer_rwnd;
561 __u32 sctpi_peer_tag;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800562 __u8 sctpi_peer_capable;
563 __u8 sctpi_peer_sack;
564 __u16 __reserved1;
565 __u64 sctpi_isacks;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800566 __u64 sctpi_osacks;
567 __u64 sctpi_opackets;
568 __u64 sctpi_ipackets;
569 __u64 sctpi_rtxchunks;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800570 __u64 sctpi_outofseqtsns;
571 __u64 sctpi_idupchunks;
572 __u64 sctpi_gapcnt;
573 __u64 sctpi_ouodchunks;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800574 __u64 sctpi_iuodchunks;
575 __u64 sctpi_oodchunks;
576 __u64 sctpi_iodchunks;
577 __u64 sctpi_octrlchunks;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800578 __u64 sctpi_ictrlchunks;
579 struct sockaddr_storage sctpi_p_address;
580 __s32 sctpi_p_state;
581 __u32 sctpi_p_cwnd;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800582 __u32 sctpi_p_srtt;
583 __u32 sctpi_p_rto;
584 __u32 sctpi_p_hbinterval;
585 __u32 sctpi_p_pathmaxrxt;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800586 __u32 sctpi_p_sackdelay;
587 __u32 sctpi_p_sackfreq;
588 __u32 sctpi_p_ssthresh;
589 __u32 sctpi_p_partial_bytes_acked;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800590 __u32 sctpi_p_flight_size;
591 __u16 sctpi_p_error;
592 __u16 __reserved2;
593 __u32 sctpi_s_autoclose;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800594 __u32 sctpi_s_adaptation_ind;
595 __u32 sctpi_s_pd_point;
596 __u8 sctpi_s_nodelay;
597 __u8 sctpi_s_disable_fragments;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800598 __u8 sctpi_s_v4mapped;
599 __u8 sctpi_s_frag_interleave;
600 __u32 sctpi_s_type;
601 __u32 __reserved3;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800602};
Christopher Ferris525ce912017-07-26 13:12:53 -0700603struct sctp_reset_streams {
604 sctp_assoc_t srs_assoc_id;
605 uint16_t srs_flags;
606 uint16_t srs_number_streams;
607 uint16_t srs_stream_list[];
608};
609struct sctp_add_streams {
610 sctp_assoc_t sas_assoc_id;
611 uint16_t sas_instrms;
612 uint16_t sas_outstrms;
613};
Ben Cheng655a7c02013-10-16 16:09:24 -0700614#endif