Home
last modified time | relevance | path

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

/freebsd-13-stable/sbin/ipf/libipf/
HDflags.c15 #ifndef TH_ECN
16 # define TH_ECN 0x40 macro
24 TH_ECN, TH_CWR };
HDtcpflags.c16 #ifndef TH_ECN
17 # define TH_ECN 0x40 macro
HDtcp_flags.c40 tcpfm = 0xff & ~(TH_ECN|TH_CWR); in tcp_flags()
42 tcpfm = 0xff & ~(TH_ECN); in tcp_flags()
HDprintpacket.c99 if (tcp->th_flags & TH_ECN) in printpacket()
HDipft_tx.c29 TH_ACK, TH_URG, TH_ECN, TH_CWR };
/freebsd-13-stable/sys/netpfil/ipfilter/netinet/
HDip_compat.h706 TH_ECN|TH_CWR)
1132 #ifndef TH_ECN
1133 # define TH_ECN 0x40 macro
1138 #define TH_ECNALL (TH_ECN|TH_CWR)
HDip_state.c4029 if ((tcpflags & ~(TH_ECN|TH_CWR)) == TH_SYN) { in ipf_tcp_age()
4079 } else if ((tcpflags & ~(TH_ECN|TH_CWR)) == in ipf_tcp_age()
/freebsd-13-stable/sbin/ipf/ipmon/
HDipmon.c83 { TH_ECN, 'E' },