Home
last modified time | relevance | path

Searched refs:IS_COMP_PROT (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.h190 #define IS_COMP_PROT(x) \ macro
H A Dspppcomp.c652 if (proto < 0x100 && IS_COMP_PROT(cp)) { in spppcomp_outpkt()
655 } else if ((proto < 0x100) && IS_COMP_PROT(cp)) { in spppcomp_outpkt()
/titanic_41/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c108 #define IS_COMP_PROT(x) \ macro
1772 if (IS_COMP_PROT(state)) { in spppasyn_muxencode()