Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Dppp_impl.h118 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Dppp_impl.h118 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dppp.c795 if (protocol != PPP_LCP && pcb->lcp_fsm.state != PPP_FSM_OPENED) { in ppp_input()
805 && !(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()

Completed in 15 milliseconds