Home
last modified time | relevance | path

Searched refs:sctp_remote_error (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/utils/sctp/include/netinet/
Dsctp.h271 struct sctp_remote_error { struct
417 struct sctp_remote_error sn_remote_error;
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h313 struct sctp_remote_error { struct
455 struct sctp_remote_error sn_remote_error;
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_uio.h375 struct sctp_remote_error { struct
549 struct sctp_remote_error sn_remote_error;
Dsctputil.c4183 struct sctp_remote_error *sre; in sctp_notify_remote_error()
4204 notif_len = (unsigned int)(sizeof(struct sctp_remote_error) + chunk_len); in sctp_notify_remote_error()
4208 notif_len = (unsigned int)sizeof(struct sctp_remote_error); in sctp_notify_remote_error()
4215 sre = mtod(m_notify, struct sctp_remote_error *); in sctp_notify_remote_error()
4219 sre->sre_length = sizeof(struct sctp_remote_error); in sctp_notify_remote_error()
4222 if (notif_len > sizeof(struct sctp_remote_error)) { in sctp_notify_remote_error()