Home
last modified time | relevance | path

Searched refs:sctp_assoc_reset_event (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h398 struct sctp_assoc_reset_event { struct
463 struct sctp_assoc_reset_event sn_assocreset_event;
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_uio.h510 struct sctp_assoc_reset_event { struct
560 struct sctp_assoc_reset_event sn_assocreset_event;
Dsctputil.c4067 struct sctp_assoc_reset_event *strasoc; in sctp_notify_stream_reset_tsn()
4074 m_notify = sctp_get_mbuf_for_msg(sizeof(struct sctp_assoc_reset_event), 0, M_NOWAIT, 1, MT_DATA); in sctp_notify_stream_reset_tsn()
4079 strasoc = mtod(m_notify, struct sctp_assoc_reset_event *); in sctp_notify_stream_reset_tsn()
4080 memset(strasoc, 0, sizeof(struct sctp_assoc_reset_event)); in sctp_notify_stream_reset_tsn()
4083 strasoc->assocreset_length = sizeof(struct sctp_assoc_reset_event); in sctp_notify_stream_reset_tsn()
4087 SCTP_BUF_LEN(m_notify) = sizeof(struct sctp_assoc_reset_event); in sctp_notify_stream_reset_tsn()