Searched refs:PPP_LCP (Results 1 – 6 of 6) sorted by relevance
74 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
803 if (protocol != PPP_LCP && pcb->lcp_fsm.state != PPP_FSM_OPENED) { in ppp_input()813 && !(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()
122 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro