Searched refs:TH_CWR (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dflags.c19 #ifndef TH_CWR
20 # define TH_CWR 0x80 macro
25 TH_ECN, TH_CWR };
H A Dtcpflags.c20 #ifndef TH_CWR
21 # define TH_CWR 0x80 macro
36 tcpf |= TH_CWR;
H A Dtcp_flags.c44 tcpfm = 0xff & ~(TH_ECN|TH_CWR);
H A Dprintpacket.c104 if (tcp->th_flags & TH_CWR)
H A Dipft_tx.c30 TH_ACK, TH_URG, TH_ECN, TH_CWR };
/freebsd-10.0-release/sys/netinet/
H A Dtcp.h71 #define TH_CWR 0x80 macro
72 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG|TH_ECE|TH_CWR)
H A Dtcp_output.c958 flags |= TH_ECE|TH_CWR;
960 flags |= TH_ECE|TH_CWR;
985 flags |= TH_CWR;
H A Dtcp_syncache.c1344 if ((th->th_flags & (TH_ECE|TH_CWR)) && V_tcp_do_ecn)
H A Dtcp_input.c1227 * TH_PUSH, TH_URG, TH_ECE, TH_CWR are ignored
1531 if (thflags & TH_CWR)
/freebsd-10.0-release/contrib/tcpdump/
H A Dtcp.h64 #define TH_CWR 0x80 /* ECN Cwnd Reduced */ macro
H A Dprint-tcp.c105 { TH_CWR, "W" },
/freebsd-10.0-release/cddl/lib/libdtrace/
H A Dtcp.d72 #pragma D binding "1.0" TH_CWR
73 inline uint8_t TH_CWR = 0x80;
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h747 TH_ECN|TH_CWR)
1357 #ifndef TH_CWR
1358 # define TH_CWR 0x80 macro
1360 #define TH_ECNALL (TH_ECN|TH_CWR)
H A Dip_state.c4109 if ((tcpflags & ~(TH_ECN|TH_CWR)) == TH_SYN) {
4159 } else if ((tcpflags & ~(TH_ECN|TH_CWR)) ==
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipmon.c90 { TH_CWR, 'C' },
/freebsd-10.0-release/sys/dev/cxgbe/tom/
H A Dt4_listen.c1014 if (V_tcp_do_ecn && th->th_flags & (TH_ECE | TH_CWR))
/freebsd-10.0-release/sys/dev/virtio/network/
H A Dif_vtnet.c1974 if (tcp->th_flags & TH_CWR) {
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf.c1846 if (f & TH_CWR)

Completed in 294 milliseconds