OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCPOLEN_SIGNATURE
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netinet/
tcp.h
101
#define
TCPOLEN_SIGNATURE
18
102
#define TCPOLEN_SIGLEN (
TCPOLEN_SIGNATURE
+2) /* padding */
tcp_output.c
1141
if (!OPT_FITS(
TCPOLEN_SIGNATURE
))
1145
*optp++ =
TCPOLEN_SIGNATURE
;
1148
optlen +=
TCPOLEN_SIGNATURE
;
tcp_syncache.c
1219
*optp++ =
TCPOLEN_SIGNATURE
;
1223
optlen +=
TCPOLEN_SIGNATURE
;
tcp_input.c
3206
if (optlen !=
TCPOLEN_SIGNATURE
)
Completed in 18 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025