Home
last modified time | relevance | path

Searched refs:sig_offset (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/netinet/
H A Dsctp_input.c1677 unsigned int size_of_pkt, sig_offset, cookie_offset; in sctp_handle_cookie_echo() local
1775 sig_offset = offset + cookie_len - SCTP_SIGNATURE_SIZE; in sctp_handle_cookie_echo()
1776 if (sig_offset > size_of_pkt) { in sctp_handle_cookie_echo()
1781 printf("sctp_handle_cookie: sig offset=%u, pkt size=%u\n", sig_offset, size_of_pkt); in sctp_handle_cookie_echo()
1787 m_sig = m_split(m, sig_offset, M_DONTWAIT); in sctp_handle_cookie_echo()
1905 (u_int32_t)offset, cookie_offset, sig_offset); in sctp_handle_cookie_echo()
H A Dsctp_output.c236 int sig_offset; in sctp_add_cookie() local
303 sig_offset = 0; in sctp_add_cookie()
304 signature = (uint8_t *)(mtod(sig, vaddr_t) + sig_offset); in sctp_add_cookie()