Home
last modified time | relevance | path

Searched defs:sctp_association (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_structs.h839 struct sctp_association { struct
841 int state;
844 struct sctp_asconf_addrhead asconf_queue;
846 struct timeval time_entered; /* time we entered state */
847 struct timeval time_last_rcvd;
848 struct timeval time_last_sent;
849 struct timeval time_last_sat_advance;
850 struct sctp_nonpad_sndrcvinfo def_send;
853 struct sctp_timer dack_timer; /* Delayed ack timer */
854 struct sctp_timer asconf_timer; /* asconf */
[all …]
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dgstsctpdec.h54 GstSctpAssociation *sctp_association; member
Dgstsctpenc.h55 GstSctpAssociation *sctp_association; member
Dgstsctpdec.c648 on_receive (GstSctpAssociation * sctp_association, guint8 * buf, in on_receive()
Dgstsctpenc.c845 on_sctp_association_state_changed (GstSctpAssociation * sctp_association, in on_sctp_association_state_changed()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h52045 struct sctp_association { struct
52046 struct sctp_ep_common base;
52047 struct list_head asocs;
52048 sctp_assoc_t assoc_id;
52049 struct sctp_endpoint *ep;
52050 struct sctp_cookie c;
52051 struct {
52085 } peer;
52086 enum sctp_state state;
52087 int overall_error_count;
[all …]