Home
last modified time | relevance | path

Searched refs:TH_ECNALL (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/inet/ipf/
H A Dip_state.c1351 if ((tcp->th_flags & ~(TH_FIN|TH_ACK|TH_ECNALL)) ==
1720 flags = tcp->th_flags & ~(TH_FIN|TH_ECNALL);
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2406 #define TH_ECNALL (TH_ECN|TH_CWR) macro