PPP_ESCAPE
} else if (ppp_state == 2 && cs == PPP_ESCAPE) {
if (putc(PPP_ESCAPE, &tp->t_outq))
*p++ = PPP_ESCAPE;
} else if (c == PPP_ESCAPE) {