OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcpdlen
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/npf/npftest/
npfstream.c
43
unsigned hlen,
tcpdlen
;
local
59
tcpdlen
= ntohs(ip->ip_len) - hlen - (th->th_off << 2);
61
tcpdlen
++;
64
tcpdlen
++;
84
tcpdlen
, ntohs(th->th_win), (uintptr_t)result[0]);
/src/sys/net/npf/
npf_sendpkt.c
100
int
tcpdlen
, len;
local
106
tcpdlen
= npf_tcpsaw(npc, &seq, &ack, &win);
172
tcpdlen
++;
174
th->th_ack = htonl(seq +
tcpdlen
);
npf_state_tcp.c
298
int
tcpdlen
, ackskew;
local
323
tcpdlen
= npf_tcpsaw(__UNCONST(npc), &seq, &ack, &win);
324
end = seq +
tcpdlen
;
Completed in 31 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026