Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Dsctp.h276 #define SCTP_STREAM_RESET 0x82 macro
Dsctp_output.c2718 pr_supported->chunk_types[4] = SCTP_STREAM_RESET; in sctp_send_initiate()
3673 pr_supported->chunk_types[4] = SCTP_STREAM_RESET; in sctp_send_initiate_ack()
4976 } else if (chk->rec.chunk_id == SCTP_STREAM_RESET) {
6506 (chk->rec.chunk_id == SCTP_STREAM_RESET) ||
6508 if (chk->rec.chunk_id == SCTP_STREAM_RESET) {
8704 chk->rec.chunk_id = SCTP_STREAM_RESET;
8744 strack->ch.chunk_type = SCTP_STREAM_RESET;
8858 chk->rec.chunk_id = SCTP_STREAM_RESET;
8897 strreq->ch.chunk_type = SCTP_STREAM_RESET;
Dsctp_timer.c973 if (strrst->rec.chunk_id == SCTP_STREAM_RESET) { in sctp_strreset_timer()
Dsctp_input.c2638 if (chk->rec.chunk_id == SCTP_STREAM_RESET) { in sctp_clean_up_stream_reset()
3657 case SCTP_STREAM_RESET: in sctp_process_control()
Dsctp_pcb.c4253 case SCTP_STREAM_RESET: in sctp_load_addresses_from_init()