OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_TCPOPTLEN
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/netinet/
tcp.h
104
#define
MAX_TCPOPTLEN
40 /* max # bytes that go in options */
tcp_sack.c
245
t_sack_block[(
MAX_TCPOPTLEN
- 2) / (sizeof(u_int32_t) * 2)];
tcp_syncache.c
1112
tlen = hlen + sizeof(struct tcphdr) +
MAX_TCPOPTLEN
;
tcp_output.c
518
u_char opt[
MAX_TCPOPTLEN
], *optp;
/src/sys/net/npf/
npf_inet.c
295
KASSERT(cnt <=
MAX_TCPOPTLEN
);
369
KASSERT(cnt <=
MAX_TCPOPTLEN
);
/src/sys/dist/pf/net/
pf.c
1588
u_int8_t opts[
MAX_TCPOPTLEN
], *opt = opts;
Completed in 171 milliseconds
Indexes created Sun Oct 12 05:10:08 GMT 2025