PPP_COMP
*wptr++ = PPP_COMP;
if (proto == PPP_COMP && sc->sc_rc_state &&
case PPP_COMP:
proto = PPP_COMP;
if (proto == PPP_COMP) {
wptr[2] = PPP_COMP >> 8;
wptr[3] = PPP_COMP;
{ PPP_COMP, "COMP" }, /* compressed packet */