Home
last modified time | relevance | path

Searched refs:SCTP_STREAM_RESET (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp.h481 #define SCTP_STREAM_RESET 0x82 macro
Dsctp_output.c5205 pr_supported->chunk_types[num_ext++] = SCTP_STREAM_RESET;
6477 pr_supported->chunk_types[num_ext++] = SCTP_STREAM_RESET;
7640 } else if (chk->rec.chunk_id.id == SCTP_STREAM_RESET) {
10039 (chk->rec.chunk_id.id == SCTP_STREAM_RESET) ||
10044 if (chk->rec.chunk_id.id == SCTP_STREAM_RESET) {
12638 chk->rec.chunk_id.id = SCTP_STREAM_RESET;
12661 ch->chunk_type = SCTP_STREAM_RESET;
12790 chk->rec.chunk_id.id = SCTP_STREAM_RESET;
12814 ch->chunk_type = SCTP_STREAM_RESET;
12893 chk->rec.chunk_id.id = SCTP_STREAM_RESET;
[all …]
Dsctp_input.c4401 chk->rec.chunk_id.id = SCTP_STREAM_RESET;
4426 ch->chunk_type = SCTP_STREAM_RESET;
5610 case SCTP_STREAM_RESET:
Dsctp_indata.c2867 case SCTP_STREAM_RESET: in sctp_process_data()
Dsctp_pcb.c7444 case SCTP_STREAM_RESET:
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h801 #define SCTP_STREAM_RESET 0x82 macro