Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ipfilter/lib/
HDflags.c16 #ifndef TH_ECN
17 # define TH_ECN 0x40 macro
25 TH_ECN, TH_CWR };
HDtcpflags.c17 #ifndef TH_ECN
18 # define TH_ECN 0x40 macro
HDtcp_flags.c44 tcpfm = 0xff & ~(TH_ECN|TH_CWR);
46 tcpfm = 0xff & ~(TH_ECN);
HDprintpacket.c102 if (tcp->th_flags & TH_ECN)
HDipft_tx.c30 TH_ACK, TH_URG, TH_ECN, TH_CWR };
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
HDip_compat.h714 TH_ECN|TH_CWR)
1140 #ifndef TH_ECN
1141 # define TH_ECN 0x40 macro
1146 #define TH_ECNALL (TH_ECN|TH_CWR)
HDip_state.c4123 if ((tcpflags & ~(TH_ECN|TH_CWR)) == TH_SYN) {
4173 } else if ((tcpflags & ~(TH_ECN|TH_CWR)) ==
/freebsd-11-stable/contrib/ipfilter/tools/
HDipmon.c84 { TH_ECN, 'E' },