Home
last modified time | relevance | path

Searched refs:TH_ECN (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h719 TH_ECN|TH_CWR)
1145 #ifndef TH_ECN
1146 # define TH_ECN 0x40 macro
1151 #define TH_ECNALL (TH_ECN|TH_CWR)
H A Dip_state.c4123 if ((tcpflags & ~(TH_ECN|TH_CWR)) == TH_SYN) {
4173 } else if ((tcpflags & ~(TH_ECN|TH_CWR)) ==