Searched refs:cookie_offset (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_input.c | 2309 unsigned int sig_offset, cookie_offset; in sctp_handle_cookie_echo() local 2331 cookie_offset = offset + sizeof(struct sctp_chunkhdr); in sctp_handle_cookie_echo() 2386 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig, 0); in sctp_handle_cookie_echo() 2391 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig, 0); in sctp_handle_cookie_echo() 2409 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig, 0); in sctp_handle_cookie_echo() 2436 (uint32_t)offset, cookie_offset, sig_offset); in sctp_handle_cookie_echo()
|