PPP_LCP
if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
if (protp->protocol != PPP_LCP && protp->enabled_flag
PPP_LCP, /* Protocol Number for LCP */
f->protocol = PPP_LCP;
if ((protocol != PPP_LCP &&
!(protocol == PPP_LCP || protocol == PPP_LQR ||
{ PPP_LCP, "LCP", interpret_ppp_cp, "PPP-LCP: ",
case PPP_LCP:
if (code == (PPP_LCP >> 8) &&
MSG_BYTE(mp, 3) == (PPP_LCP & 0xFF)) {
is_lcp = (proto == PPP_LCP);
} else if (proto != PPP_LCP && IS_CCP_COMP_RUN(cp) &&
if (IS_COMP_AC(cp) && (proto != PPP_LCP)) {