Searched defs:sctp_assoc_change (Results 1 – 5 of 5) sorted by relevance
199 struct sctp_assoc_change { struct200 __u16 sac_type;201 __u16 sac_flags;202 __u32 sac_length;203 __u16 sac_state;204 __u16 sac_error;205 __u16 sac_outbound_streams;206 __u16 sac_inbound_streams;207 sctp_assoc_t sac_assoc_id;208 __u8 sac_info[0];
304 struct sctp_assoc_change { struct305 __u16 sac_type;306 __u16 sac_flags;307 __u32 sac_length;308 __u16 sac_state;309 __u16 sac_error;310 __u16 sac_outbound_streams;311 __u16 sac_inbound_streams;312 sctp_assoc_t sac_assoc_id;313 __u8 sac_info[0];
358 struct sctp_assoc_change { struct359 __u16 sac_type;360 __u16 sac_flags;361 __u32 sac_length;362 __u16 sac_state;363 __u16 sac_error;364 __u16 sac_outbound_streams;365 __u16 sac_inbound_streams;366 sctp_assoc_t sac_assoc_id;367 __u8 sac_info[0];
264 struct sctp_assoc_change { struct265 uint16_t sac_type;266 uint16_t sac_flags;267 uint32_t sac_length;268 uint16_t sac_state;269 uint16_t sac_error;270 uint16_t sac_outbound_streams;271 uint16_t sac_inbound_streams;272 sctp_assoc_t sac_assoc_id;273 uint8_t sac_info[]; /* not available yet */
333 struct sctp_assoc_change { struct334 uint16_t sac_type;335 uint16_t sac_flags;336 uint32_t sac_length;337 uint16_t sac_state;338 uint16_t sac_error;339 uint16_t sac_outbound_streams;340 uint16_t sac_inbound_streams;341 sctp_assoc_t sac_assoc_id;342 uint8_t sac_info[];