Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.h188 #define IS_COMP_PROT(x) \ macro
H A Dspppcomp.c655 if (proto < 0x100 && IS_COMP_PROT(cp)) { in spppcomp_outpkt()
658 } else if ((proto < 0x100) && IS_COMP_PROT(cp)) { in spppcomp_outpkt()
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c107 #define IS_COMP_PROT(x) \ macro
1771 if (IS_COMP_PROT(state)) { in spppasyn_muxencode()