Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dppp_impl.h144 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
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()
Dlcp.c168 PPP_LCP,
247 f->protocol = PPP_LCP; in lcp_init()
Dppp.c1626 if((lcp_phase[pd] <= PHASE_AUTHENTICATE) && (protocol != PPP_LCP)) { in pppInput()