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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.h408 char current_secret_number; member in struct:sctp_pcb
H A Dsctputil.c1806 inp->sctp_ep.current_secret_number;
1807 inp->sctp_ep.current_secret_number++;
1808 if (inp->sctp_ep.current_secret_number >=
1810 inp->sctp_ep.current_secret_number = 0;
1812 secret = (int)inp->sctp_ep.current_secret_number;
H A Dsctp_input.c2552 (ep->current_secret_number != ep->last_secret_number)) {
2560 (uint8_t *)ep->secret_key[(int)ep->current_secret_number],
2575 (ep->current_secret_number != ep->last_secret_number)) {
H A Dsctp_pcb.c3141 new_inp->sctp_ep.current_secret_number =
3142 old_inp->sctp_ep.current_secret_number;
H A Dsctp_output.c6513 (uint8_t *)inp->sctp_ep.secret_key[(int)(inp->sctp_ep.current_secret_number)],

Completed in 204 milliseconds