Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp.h462 #define SCTP_STREAM_RESET 0x82 macro
H A Dsctp_output.c4742 pr_supported->chunk_types[num_ext++] = SCTP_STREAM_RESET; in sctp_send_initiate()
5942 pr_supported->chunk_types[num_ext++] = SCTP_STREAM_RESET; in sctp_send_initiate_ack()
7056 } else if (chk->rec.chunk_id.id == SCTP_STREAM_RESET) { in sctp_clean_up_ctl()
9440 (chk->rec.chunk_id.id == SCTP_STREAM_RESET) || in sctp_chunk_retransmission()
9445 if (chk->rec.chunk_id.id == SCTP_STREAM_RESET) { in sctp_chunk_retransmission()
11836 chk->rec.chunk_id.id = SCTP_STREAM_RESET; in sctp_send_deferred_reset_response()
11859 ch->chunk_type = SCTP_STREAM_RESET; in sctp_send_deferred_reset_response()
11988 chk->rec.chunk_id.id = SCTP_STREAM_RESET; in sctp_send_stream_reset_out_if_possible()
12012 ch->chunk_type = SCTP_STREAM_RESET; in sctp_send_stream_reset_out_if_possible()
12091 chk->rec.chunk_id.id = SCTP_STREAM_RESET; in sctp_send_str_reset_req()
[all …]
H A Dsctp_input.c4025 chk->rec.chunk_id.id = SCTP_STREAM_RESET; in sctp_handle_stream_reset()
4050 ch->chunk_type = SCTP_STREAM_RESET; in sctp_handle_stream_reset()
5181 case SCTP_STREAM_RESET: in sctp_process_control()
H A Dsctp_indata.c2823 case SCTP_STREAM_RESET: in sctp_process_data()
H A Dsctp_pcb.c6430 case SCTP_STREAM_RESET: in sctp_load_addresses_from_init()
/f-stack/tools/compat/include/netinet/
H A Dsctp.h462 #define SCTP_STREAM_RESET 0x82 macro