Searched refs:cookie_offset (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/netinet/ |
| H A D | sctp_input.c | 2270 unsigned int sig_offset, cookie_offset; in sctp_handle_cookie_echo() local 2292 cookie_offset = offset + sizeof(struct sctp_chunkhdr); in sctp_handle_cookie_echo() 2347 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig, 0); in sctp_handle_cookie_echo() 2352 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig, 0); in sctp_handle_cookie_echo() 2370 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig, 0); in sctp_handle_cookie_echo() 2397 (uint32_t)offset, cookie_offset, sig_offset); in sctp_handle_cookie_echo()
|