OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ts_val
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
uipc_mbufdebug.c
914
uint32_t
ts_val
, ts_ecr;
local in function:m_examine_tcp
916
memcpy(&
ts_val
, op + 2, sizeof(
ts_val
));
920
ntohl(
ts_val
), ntohl(ts_ecr));
/src/sys/netinet/
tcp_input.c
1361
opti.
ts_val
= be32dec(optp + 4);
1817
(!opti.ts_present || TSTMP_GEQ(opti.
ts_val
, tp->ts_recent)) &&
1829
* TSTMP_GEQ(opti.
ts_val
, tp->ts_recent)
1833
tp->ts_recent = opti.
ts_val
;
2183
TSTMP_LT(opti.
ts_val
, tp->ts_recent)) {
2356
tp->ts_recent = opti.
ts_val
;
3170
memcpy(&oi->
ts_val
, cp + 2, sizeof(oi->
ts_val
));
3171
NTOHL(oi->
ts_val
);
3184
tp->ts_recent = oi->
ts_val
;
[
all
...]
tcp_var.h
516
u_int32_t
ts_val
;
member in struct:tcp_opt_info
Completed in 126 milliseconds
Indexes created Mon Oct 20 05:10:11 GMT 2025