Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dppp.c800 if (protocol != PPP_LCP && pcb->lcp_fsm.state != PPP_FSM_OPENED) { in ppp_input()
810 && !(protocol == PPP_LCP in ppp_input()
H A Dutils.c718 if (proto == PPP_LCP && pcb->phase == PPP_PHASE_RUNNING && len >= 2 + HEADERLEN) { in ppp_dump_packet()
H A Dauth.c721 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL) in upper_layers_down()
753 if (protp->protocol != PPP_LCP in link_established()
H A Dlcp.c276 PPP_LCP,
369 f->protocol = PPP_LCP; in lcp_init()
/btstack/3rd-party/lwip/core/src/include/netif/ppp/
H A Dppp_impl.h122 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro