Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctp_input.c1675 unsigned int size_of_pkt, sig_offset, cookie_offset; in sctp_handle_cookie_echo() local
1773 sig_offset = offset + cookie_len - SCTP_SIGNATURE_SIZE; in sctp_handle_cookie_echo()
1774 if (sig_offset > size_of_pkt) { in sctp_handle_cookie_echo()
1779 printf("sctp_handle_cookie: sig offset=%u, pkt size=%u\n", sig_offset, size_of_pkt); in sctp_handle_cookie_echo()
1785 m_sig = m_split(m, sig_offset, M_DONTWAIT); in sctp_handle_cookie_echo()
1903 (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()