Searched refs:PPP_LCP (Results 1 – 4 of 4) sorted by relevance
144 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
422 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL) { in link_down()459 if (protp->protocol != PPP_LCP && protp->enabled_flag && protp->lowerup != NULL) { in link_established()
168 PPP_LCP,247 f->protocol = PPP_LCP; in lcp_init()
1626 if((lcp_phase[pd] <= PHASE_AUTHENTICATE) && (protocol != PPP_LCP)) { in pppInput()