Home
last modified time | relevance | path

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

/third_party/ltp/utils/sctp/include/netinet/
Dsctp.h389 struct sctp_event_subscribe { struct
390 __u8 sctp_data_io_event;
391 __u8 sctp_association_event;
392 __u8 sctp_address_event;
393 __u8 sctp_send_failure_event;
394 __u8 sctp_peer_error_event;
395 __u8 sctp_shutdown_event;
396 __u8 sctp_partial_delivery_event;
397 __u8 sctp_adaptation_layer_event;
398 __u8 sctp_authentication_event;
[all …]
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h467 struct sctp_event_subscribe { struct
468 uint8_t sctp_data_io_event;
469 uint8_t sctp_association_event;
470 uint8_t sctp_address_event;
471 uint8_t sctp_send_failure_event;
472 uint8_t sctp_peer_error_event;
473 uint8_t sctp_shutdown_event;
474 uint8_t sctp_partial_delivery_event;
475 uint8_t sctp_adaptation_layer_event;
476 uint8_t sctp_authentication_event;
[all …]
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_uio.h83 struct sctp_event_subscribe { struct
84 uint8_t sctp_data_io_event;
85 uint8_t sctp_association_event;
86 uint8_t sctp_address_event;
87 uint8_t sctp_send_failure_event;
88 uint8_t sctp_peer_error_event;
89 uint8_t sctp_shutdown_event;
90 uint8_t sctp_partial_delivery_event;
91 uint8_t sctp_adaptation_layer_event;
92 uint8_t sctp_authentication_event;
[all …]