Searched refs:PPP_LCP (Results 1 – 14 of 14) 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()
122 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
118 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
804 if (protocol != PPP_LCP && pcb->lcp_fsm.state != PPP_FSM_OPENED) { in ppp_input()814 && !(protocol == PPP_LCP in ppp_input()
718 if (proto == PPP_LCP && pcb->phase == PPP_PHASE_RUNNING && len >= 2 + HEADERLEN) { in ppp_dump_packet()
721 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL) in upper_layers_down()753 if (protp->protocol != PPP_LCP in link_established()
276 PPP_LCP,369 f->protocol = PPP_LCP; in lcp_init()
796 if (protocol != PPP_LCP && pcb->lcp_fsm.state != PPP_FSM_OPENED) { in ppp_input()806 && !(protocol == PPP_LCP in ppp_input()
720 if (proto == PPP_LCP && pcb->phase == PPP_PHASE_RUNNING && len >= 2 + HEADERLEN) { in ppp_dump_packet()
Completed in 34 milliseconds