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

/opensolaris-onvv-gate/usr/src/cmd/ipf/lib/common/
H A Dflags.c14 #ifndef TH_ECN
15 # define TH_ECN 0x40 macro
23 TH_ECN, TH_CWR };
H A Dtcpflags.c15 #ifndef TH_ECN
16 # define TH_ECN 0x40 macro
H A Dprintpacket.c79 if (tcp->th_flags & TH_ECN)
H A Dipft_tx.c38 TH_ACK, TH_URG, TH_ECN, TH_CWR };
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1807 TH_ECN|TH_CWR)
2395 #ifndef TH_ECN
2396 # define TH_ECN 0x40 macro
2401 #define TH_ECNALL (TH_ECN|TH_CWR)
/opensolaris-onvv-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c125 { TH_ECN, 'E' },
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c3676 if ((tcpflags & ~(TH_ECN|TH_CWR)) == TH_SYN) {
3726 } else if ((tcpflags & ~(TH_ECN|TH_CWR)) ==

Completed in 218 milliseconds