Home
last modified time | relevance | path

Searched refs:PPP_LCP (Results 1 – 14 of 14) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dppp_impl.h144 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
A Dauth.c422 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()
A Dlcp.c168 PPP_LCP,
247 f->protocol = PPP_LCP; in lcp_init()
A Dppp.c1626 if((lcp_phase[pd] <= PHASE_AUTHENTICATE) && (protocol != PPP_LCP)) { in pppInput()
/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/
A Dppp_impl.h122 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Dppp_impl.h118 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dppp.c804 if (protocol != PPP_LCP && pcb->lcp_fsm.state != PPP_FSM_OPENED) { in ppp_input()
814 && !(protocol == PPP_LCP in ppp_input()
A Dutils.c718 if (proto == PPP_LCP && pcb->phase == PPP_PHASE_RUNNING && len >= 2 + HEADERLEN) { in ppp_dump_packet()
A Dauth.c721 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL) in upper_layers_down()
753 if (protp->protocol != PPP_LCP in link_established()
A Dlcp.c276 PPP_LCP,
369 f->protocol = PPP_LCP; in lcp_init()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dppp.c796 if (protocol != PPP_LCP && pcb->lcp_fsm.state != PPP_FSM_OPENED) { in ppp_input()
806 && !(protocol == PPP_LCP in ppp_input()
A Dutils.c720 if (proto == PPP_LCP && pcb->phase == PPP_PHASE_RUNNING && len >= 2 + HEADERLEN) { in ppp_dump_packet()
A Dauth.c721 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL) in upper_layers_down()
753 if (protp->protocol != PPP_LCP in link_established()
A Dlcp.c276 PPP_LCP,
369 f->protocol = PPP_LCP; in lcp_init()

Completed in 34 milliseconds