Home
last modified time | relevance | path

Searched defs:sctp_association (Results 1 – 5 of 5) 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()