Searched defs:sctp_assoc_change (Results 1 – 3 of 3) sorted by relevance
195 struct sctp_assoc_change { struct196 __u16 sac_type;197 __u16 sac_flags;198 __u32 sac_length;199 __u16 sac_state;200 __u16 sac_error;201 __u16 sac_outbound_streams;202 __u16 sac_inbound_streams;203 sctp_assoc_t sac_assoc_id;204 __u8 sac_info[0];
234 struct sctp_assoc_change { struct235 uint16_t sac_type;236 uint16_t sac_flags;237 uint32_t sac_length;238 uint16_t sac_state;239 uint16_t sac_error;240 uint16_t sac_outbound_streams;241 uint16_t sac_inbound_streams;242 sctp_assoc_t sac_assoc_id;243 uint8_t sac_info[]; /* not available yet */
324 struct sctp_assoc_change { struct325 uint16_t sac_type;326 uint16_t sac_flags;327 uint32_t sac_length;328 uint16_t sac_state;329 uint16_t sac_error;330 uint16_t sac_outbound_streams;331 uint16_t sac_inbound_streams;332 sctp_assoc_t sac_assoc_id;333 uint8_t sac_info[];