Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dflags.c15 #ifndef TH_ECN
16 # define TH_ECN 0x40 macro
24 TH_ECN, TH_CWR };
H A Dtcpflags.c16 #ifndef TH_ECN
17 # define TH_ECN 0x40 macro
H A Dtcp_flags.c40 tcpfm = 0xff & ~(TH_ECN|TH_CWR); in tcp_flags()
42 tcpfm = 0xff & ~(TH_ECN); in tcp_flags()
H A Dprintpacket.c99 if (tcp->th_flags & TH_ECN) in printpacket()
H A Dipft_tx.c25 TH_ACK, TH_URG, TH_ECN, TH_CWR };
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h699 TH_ECN|TH_CWR)
1125 #ifndef TH_ECN
1126 # define TH_ECN 0x40 macro
1131 #define TH_ECNALL (TH_ECN|TH_CWR)
H A Dip_state.c4025 if ((tcpflags & ~(TH_ECN|TH_CWR)) == TH_SYN) { in ipf_tcp_age()
4075 } else if ((tcpflags & ~(TH_ECN|TH_CWR)) == in ipf_tcp_age()
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c79 { TH_ECN, 'E' },