Searched refs:TH_ECN (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dflags.c16 #ifndef TH_ECN
17 # define TH_ECN 0x40 macro
25 TH_ECN, TH_CWR };
H A Dtcpflags.c17 #ifndef TH_ECN
18 # define TH_ECN 0x40 macro
H A Dtcp_flags.c44 tcpfm = 0xff & ~(TH_ECN|TH_CWR);
46 tcpfm = 0xff & ~(TH_ECN);
H A Dprintpacket.c102 if (tcp->th_flags & TH_ECN)
H A Dipft_tx.c30 TH_ACK, TH_URG, TH_ECN, TH_CWR };
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h747 TH_ECN|TH_CWR)
1354 #ifndef TH_ECN
1355 # define TH_ECN 0x40 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.c89 { TH_ECN, 'E' },

Completed in 132 milliseconds