Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/net/
Dppp_defs.h74 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
/third_party/lwip/src/netif/ppp/
Dppp.c803 if (protocol != PPP_LCP && pcb->lcp_fsm.state != PPP_FSM_OPENED) { in ppp_input()
813 && !(protocol == PPP_LCP in ppp_input()
Dutils.c718 if (proto == PPP_LCP && pcb->phase == PPP_PHASE_RUNNING && len >= 2 + HEADERLEN) { in ppp_dump_packet()
Dauth.c721 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL) in upper_layers_down()
753 if (protp->protocol != PPP_LCP in link_established()
Dlcp.c276 PPP_LCP,
369 f->protocol = PPP_LCP; in lcp_init()
/third_party/lwip/src/include/netif/ppp/
Dppp_impl.h122 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro