Searched refs:PPP_LCP (Results 1 – 7 of 7) sorted by relevance
115 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
1065 if (code == (PPP_LCP >> 8) && in ahdlc_encode()1066 MSG_BYTE(mp, 3) == (PPP_LCP & 0xFF)) { in ahdlc_encode()1273 is_lcp = (proto == PPP_LCP); in receive_frame()
127 { PPP_LCP, "LCP", interpret_ppp_cp, "PPP-LCP: ",551 case PPP_LCP: in interpret_cp_options()
493 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)523 if (protp->protocol != PPP_LCP && protp->enabled_flag
1433 if ((protocol != PPP_LCP && in get_input()1436 !(protocol == PPP_LCP || protocol == PPP_LQR || in get_input()
330 PPP_LCP, /* Protocol Number for LCP */508 f->protocol = PPP_LCP;
597 } else if (proto != PPP_LCP && IS_CCP_COMP_RUN(cp) && in spppcomp_outpkt()646 if (IS_COMP_AC(cp) && (proto != PPP_LCP)) { in spppcomp_outpkt()