sctp_input.c | 1675 unsigned int size_of_pkt, sig_offset, cookie_offset; local in function:sctp_handle_cookie_echo 1773 sig_offset = offset + cookie_len - SCTP_SIGNATURE_SIZE; 1774 if (sig_offset > size_of_pkt) { 1779 printf("sctp_handle_cookie: sig offset=%u, pkt size=%u\n", sig_offset, size_of_pkt); 1785 m_sig = m_split(m, sig_offset, M_DONTWAIT); 1902 printf("offset = %u, cookie_offset = %u, sig_offset = %u\n", 1903 (u_int32_t)offset, cookie_offset, sig_offset);
|