Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_pcb.h329 char current_secret_number; member
H A Dsctputil.c1949 inp->sctp_ep.current_secret_number; in sctp_timeout_handler()
1950 inp->sctp_ep.current_secret_number++; in sctp_timeout_handler()
1951 if (inp->sctp_ep.current_secret_number >= in sctp_timeout_handler()
1953 inp->sctp_ep.current_secret_number = 0; in sctp_timeout_handler()
1955 secret = (int)inp->sctp_ep.current_secret_number; in sctp_timeout_handler()
H A Dsctp_input.c2333 (ep->current_secret_number != ep->last_secret_number)) { in sctp_handle_cookie_echo()
2341 (uint8_t *)ep->secret_key[(int)ep->current_secret_number], in sctp_handle_cookie_echo()
2356 (ep->current_secret_number != ep->last_secret_number)) { in sctp_handle_cookie_echo()
H A Dsctp_pcb.c2533 new_inp->sctp_ep.current_secret_number = in sctp_move_pcb_and_assoc()
2534 old_inp->sctp_ep.current_secret_number; in sctp_move_pcb_and_assoc()
H A Dsctp_output.c6159 (uint8_t *)inp->sctp_ep.secret_key[(int)(inp->sctp_ep.current_secret_number)], in sctp_send_initiate_ack()