OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCPOLEN_TSTAMP_APPA
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
tcp.h
72
#define
TCPOLEN_TSTAMP_APPA
(TCPOLEN_TIMESTAMP+2) /* appendix A */
/src/sys/netinet/
tcp.h
96
#define
TCPOLEN_TSTAMP_APPA
(TCPOLEN_TIMESTAMP+2) /* appendix A */
tcp_input.c
1355
if ((optlen ==
TCPOLEN_TSTAMP_APPA
||
1356
(optlen >
TCPOLEN_TSTAMP_APPA
&&
1357
optp[
TCPOLEN_TSTAMP_APPA
] == TCPOPT_EOL)) &&
tcp_subr.c
2137
optlen +=
TCPOLEN_TSTAMP_APPA
;
2169
hlen +=
TCPOLEN_TSTAMP_APPA
;
/src/sys/dev/pci/cxgb/
cxgb_lro.c
141
if (__predict_false(olen !=
TCPOLEN_TSTAMP_APPA
||
Completed in 22 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026