Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctp_structs.h382 uint32_t str_reset_seq_out; member
H A Dsctp_input.c1268 asoc->sending_seq = asoc->asconf_seq_out = asoc->str_reset_seq_out = in sctp_process_cookie_existing()
1343 asoc->sending_seq = asoc->asconf_seq_out = asoc->str_reset_seq_out = in sctp_process_cookie_existing()
1532 asoc->sending_seq = asoc->asconf_seq_out = asoc->str_reset_seq_out = asoc->init_seq_number; in sctp_process_cookie_new()
2679 if (seq == stcb->asoc.str_reset_seq_out) { in sctp_handle_stream_reset_response()
2681 stcb->asoc.str_reset_seq_out++; in sctp_handle_stream_reset_response()
2715 stcb->asoc.str_reset_seq_out, seq); in sctp_handle_stream_reset_response()
H A Dsctputil.c672 asoc->asconf_seq_out = asoc->str_reset_seq_out = asoc->init_seq_number = asoc->sending_seq = in sctp_init_asoc()
H A Dsctp_output.c8930 strreq->sr_req.reset_req_seq = htonl(asoc->str_reset_seq_out);