Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
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.c36 TH_ACK, TH_URG, TH_ECN, TH_CWR };
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h1812 TH_ECN|TH_CWR)
2400 #ifndef TH_ECN
2401 # define TH_ECN 0x40 macro
2406 #define TH_ECNALL (TH_ECN|TH_CWR)
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c132 { TH_ECN, 'E' },
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c3680 if ((tcpflags & ~(TH_ECN|TH_CWR)) == TH_SYN) {
3730 } else if ((tcpflags & ~(TH_ECN|TH_CWR)) ==