Searched refs:SC_COMP_PROT (Results 1 – 3 of 3) sorted by relevance
58 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */ macro
988 if (sc->sc_flags & SC_COMP_PROT && protocol < 0xFF) { in ppp_dequeue()
727 x = pcomp? x | SC_COMP_PROT: x &~ SC_COMP_PROT; in ppp_send_config()