Home
last modified time | relevance | path

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

/external/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 …]
/external/iproute2/include/uapi/linux/
Dsctp.h535 struct sctp_event_subscribe { struct
536 __u8 sctp_data_io_event;
537 __u8 sctp_association_event;
538 __u8 sctp_address_event;
539 __u8 sctp_send_failure_event;
540 __u8 sctp_peer_error_event;
541 __u8 sctp_shutdown_event;
542 __u8 sctp_partial_delivery_event;
543 __u8 sctp_adaptation_layer_event;
544 __u8 sctp_authentication_event;
[all …]
/external/kernel-headers/original/uapi/linux/
Dsctp.h610 struct sctp_event_subscribe { struct
611 __u8 sctp_data_io_event;
612 __u8 sctp_association_event;
613 __u8 sctp_address_event;
614 __u8 sctp_send_failure_event;
615 __u8 sctp_peer_error_event;
616 __u8 sctp_shutdown_event;
617 __u8 sctp_partial_delivery_event;
618 __u8 sctp_adaptation_layer_event;
619 __u8 sctp_authentication_event;
[all …]
/external/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 …]
/external/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 …]