OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sig_offset
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
sctp_input.c
1675
unsigned int size_of_pkt,
sig_offset
, cookie_offset;
local
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
);
sctp_output.c
236
int
sig_offset
;
local
303
sig_offset
= 0;
304
signature = (uint8_t *)(mtod(sig, vaddr_t) +
sig_offset
);
Completed in 29 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026