Searched defs:sctp_association (Results 1 – 6 of 6) sorted by relevance
839 struct sctp_association { struct841 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 …]
54 GstSctpAssociation *sctp_association; member
55 GstSctpAssociation *sctp_association; member
648 on_receive (GstSctpAssociation * sctp_association, guint8 * buf, in on_receive()
845 on_sctp_association_state_changed (GstSctpAssociation * sctp_association, in on_sctp_association_state_changed()
52045 struct sctp_association { struct52046 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 …]