Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_pcb.h332 char current_secret_number; member
H A Dsctputil.c1935 inp->sctp_ep.current_secret_number; in sctp_timeout_handler()
1936 inp->sctp_ep.current_secret_number++; in sctp_timeout_handler()
1937 if (inp->sctp_ep.current_secret_number >= in sctp_timeout_handler()
1939 inp->sctp_ep.current_secret_number = 0; in sctp_timeout_handler()
1941 secret = (int)inp->sctp_ep.current_secret_number; in sctp_timeout_handler()
H A Dsctp_input.c2382 (ep->current_secret_number != ep->last_secret_number)) { in sctp_handle_cookie_echo()
2390 (uint8_t *)ep->secret_key[(int)ep->current_secret_number], in sctp_handle_cookie_echo()
2405 (ep->current_secret_number != ep->last_secret_number)) { in sctp_handle_cookie_echo()
H A Dsctp_pcb.c2634 new_inp->sctp_ep.current_secret_number = in sctp_move_pcb_and_assoc()
2635 old_inp->sctp_ep.current_secret_number; in sctp_move_pcb_and_assoc()
H A Dsctp_output.c6095 (uint8_t *)inp->sctp_ep.secret_key[(int)(inp->sctp_ep.current_secret_number)], in sctp_send_initiate_ack()