Home
last modified time | relevance | path

Searched refs:TH_CWR (Results 1 – 19 of 19) sorted by relevance

/netbsd/src/external/bsd/ipf/dist/lib/
Dflags.c19 #ifndef TH_CWR
20 # define TH_CWR 0x80 macro
25 TH_ECN, TH_CWR };
Dtcpflags.c20 #ifndef TH_CWR
21 # define TH_CWR 0x80 macro
36 tcpf |= TH_CWR;
Dprintpacket.c104 if (tcp->th_flags & TH_CWR)
Dipft_tx.c30 TH_ACK, TH_URG, TH_ECN, TH_CWR };
/netbsd/src/usr.sbin/npf/npfctl/
Dnpfctl.h240 #ifndef TH_CWR
241 #define TH_CWR 0x80 macro
Dnpf_data.c482 case 'W': tfl |= TH_CWR; break; in npfctl_parse_tcpflag()
Dnpf_show.c172 if (tfl & TH_CWR) buf[i++] = 'W'; in tcpflags2string()
/netbsd/src/external/bsd/tcpdump/dist/
Dtcp.h58 #define TH_CWR 0x80 /* ECN Cwnd Reduced */ macro
Dprint-tcp.c112 { TH_CWR, "W" },
/netbsd/src/sys/netinet/
Dtcp.h71 #define TH_CWR 0x80 /* Congestion Window Reduced */ macro
Dtcp_output.c1312 flags |= TH_ECE|TH_CWR; in tcp_output()
1314 flags |= TH_ECE|TH_CWR; in tcp_output()
1335 flags |= TH_CWR; in tcp_output()
Dtcp_syncache.c1039 if ((th->th_flags & (TH_ECE|TH_CWR)) && tcp_do_ecn) in syn_cache_add()
Dtcp_input.c1744 if (tiflags & TH_CWR) { in tcp_input()
1815 (tiflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ECE|TH_CWR|TH_ACK)) in tcp_input()
/netbsd/src/sys/external/bsd/ipf/netinet/
Dip_compat.h819 TH_ECN|TH_CWR)
1429 #ifndef TH_CWR
1430 # define TH_CWR 0x80 macro
1432 #define TH_ECNALL (TH_ECN|TH_CWR)
Dip_state.c4039 if ((tcpflags & ~(TH_ECN|TH_CWR)) == TH_SYN) { in ipf_tcp_age()
4089 } else if ((tcpflags & ~(TH_ECN|TH_CWR)) == in ipf_tcp_age()
/netbsd/src/usr.sbin/trpt/
Dtrpt.c491 pf(TH_CWR, "CWR"); in tcp_trace()
/netbsd/src/sys/kern/
Duipc_mbufdebug.c847 if (tcp.th_flags & TH_CWR) in m_examine_tcp()
/netbsd/src/external/bsd/ipf/dist/tools/
Dipmon.c91 { TH_CWR, 'C' },
/netbsd/src/sys/dist/pf/net/
Dpf.c1317 if (f & TH_CWR)