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

/freebsd-10.1-release/sys/netinet/
H A Dsctp_input.c2388 unsigned int sig_offset, cookie_offset; local
2438 sig_offset = offset + cookie_len - SCTP_SIGNATURE_SIZE;
2439 m_sig = m_split(m, sig_offset, M_NOWAIT);
2523 "offset = %u, cookie_offset = %u, sig_offset = %u\n",
2524 (uint32_t) offset, cookie_offset, sig_offset);
H A Dsctp_output.c3833 int sig_offset; local
3917 sig_offset = 0;
3918 foo = (uint8_t *) (mtod(sig, caddr_t)+sig_offset);

Completed in 168 milliseconds