Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp.h481 #define SCTP_STREAM_RESET 0x82 macro
Dsctp_output.c5252 pr_supported->chunk_types[num_ext++] = SCTP_STREAM_RESET;
6525 pr_supported->chunk_types[num_ext++] = SCTP_STREAM_RESET;
7680 } else if (chk->rec.chunk_id.id == SCTP_STREAM_RESET) {
10095 (chk->rec.chunk_id.id == SCTP_STREAM_RESET) ||
10100 if (chk->rec.chunk_id.id == SCTP_STREAM_RESET) {
12735 chk->rec.chunk_id.id = SCTP_STREAM_RESET;
12758 ch->chunk_type = SCTP_STREAM_RESET;
12887 chk->rec.chunk_id.id = SCTP_STREAM_RESET;
12911 ch->chunk_type = SCTP_STREAM_RESET;
12990 chk->rec.chunk_id.id = SCTP_STREAM_RESET;
[all …]
Dsctp_input.c4407 chk->rec.chunk_id.id = SCTP_STREAM_RESET;
4432 ch->chunk_type = SCTP_STREAM_RESET;
5589 case SCTP_STREAM_RESET:
Dsctp_indata.c2848 case SCTP_STREAM_RESET: in sctp_process_data()
Dsctp_pcb.c7524 case SCTP_STREAM_RESET:
/external/usrsctp/usrsctplib/
Dusrsctp.h801 #define SCTP_STREAM_RESET 0x82 macro