Home
last modified time | relevance | path

Searched defs:sctp_assoc_change (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/utils/sctp/include/netinet/
Dsctp.h199 struct sctp_assoc_change { struct
200 __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];
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h264 struct sctp_assoc_change { struct
265 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 */
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_uio.h321 struct sctp_assoc_change { struct
322 uint16_t sac_type;
323 uint16_t sac_flags;
324 uint32_t sac_length;
325 uint16_t sac_state;
326 uint16_t sac_error;
327 uint16_t sac_outbound_streams;
328 uint16_t sac_inbound_streams;
329 sctp_assoc_t sac_assoc_id;
330 uint8_t sac_info[];