OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TH_CWR
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/bsd/ipf/dist/lib/
flags.c
19
#ifndef
TH_CWR
20
# define
TH_CWR
0x80
25
TH_ECN,
TH_CWR
};
tcpflags.c
20
#ifndef
TH_CWR
21
# define
TH_CWR
0x80
36
tcpf |=
TH_CWR
;
printpacket.c
104
if (tcp->th_flags &
TH_CWR
)
ipft_tx.c
30
TH_ACK, TH_URG, TH_ECN,
TH_CWR
};
/src/external/bsd/tcpdump/dist/
tcp.h
58
#define
TH_CWR
0x80 /* ECN Cwnd Reduced */
print-tcp.c
112
{
TH_CWR
, "W" },
/src/usr.sbin/npf/npfctl/
npfctl.h
273
#ifndef
TH_CWR
274
#define
TH_CWR
0x80
npf_data.c
528
case 'W': tfl |=
TH_CWR
; break;
npf_show.c
177
if (tfl &
TH_CWR
) buf[i++] = 'W';
/src/sys/netinet/
tcp.h
72
#define
TH_CWR
0x80 /* Congestion Window Reduced */
tcp_output.c
1312
flags |= TH_ECE|
TH_CWR
;
1314
flags |= TH_ECE|
TH_CWR
;
1335
flags |=
TH_CWR
;
tcp_syncache.c
1046
if ((th->th_flags & (TH_ECE|
TH_CWR
)) && tcp_do_ecn)
tcp_input.c
1744
if (tiflags &
TH_CWR
) {
1815
(tiflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ECE|
TH_CWR
|TH_ACK))
/src/sys/external/bsd/ipf/netinet/
ip_compat.h
819
TH_ECN|
TH_CWR
)
1429
#ifndef
TH_CWR
1430
# define
TH_CWR
0x80
1432
#define TH_ECNALL (TH_ECN|
TH_CWR
)
ip_state.c
4039
if ((tcpflags & ~(TH_ECN|
TH_CWR
)) == TH_SYN) {
4089
} else if ((tcpflags & ~(TH_ECN|
TH_CWR
)) ==
/src/usr.sbin/trpt/
trpt.c
491
pf(
TH_CWR
, "CWR");
/src/sys/kern/
uipc_mbufdebug.c
849
if (tcp.th_flags &
TH_CWR
)
/src/external/bsd/ipf/dist/tools/
ipmon.c
91
{
TH_CWR
, 'C' },
/src/sys/dist/pf/net/
pf.c
1317
if (f &
TH_CWR
)
Completed in 85 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026