Symbol: PPP_LCP
sys/net/if_ppp.c
947
if (protocol != PPP_LCP && protocol != PPP_CCP &&
sys/net/if_ppp.c
981
protocol != PPP_LCP) {
sys/net/if_spppsubr.c
1317
if (cp->proto != PPP_LCP)
sys/net/if_spppsubr.c
1322
if (cp->proto != PPP_LCP)
sys/net/if_spppsubr.c
1358
sppp_cp_send (sp, PPP_LCP, ECHO_REPLY, h->ident, len-4, h+1);
sys/net/if_spppsubr.c
1361
if (cp->proto != PPP_LCP)
sys/net/if_spppsubr.c
1870
sppp_cp_send(sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf);
sys/net/if_spppsubr.c
1968
sppp_cp_send(sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf);
sys/net/if_spppsubr.c
1972
sppp_cp_send(sp, PPP_LCP, CONF_NAK, h->ident, rlen, buf);
sys/net/if_spppsubr.c
1980
sppp_cp_send (sp, PPP_LCP, CONF_ACK,
sys/net/if_spppsubr.c
2270
sppp_cp_send (sp, PPP_LCP, CONF_REQ, sp->confid[IDX_LCP], i, opt);
sys/net/if_spppsubr.c
353
PPP_LCP, IDX_LCP, CP_LCP, "lcp",
sys/net/if_spppsubr.c
4190
sppp_cp_send (sp, PPP_LCP, ECHO_REQ,
sys/net/if_spppsubr.c
4893
case PPP_LCP: return "lcp";
sys/net/if_spppsubr.c
504
sppp_cp_send (sp, PPP_LCP, PROTO_REJ,
sys/net/if_spppsubr.c
514
case PPP_LCP:
usr.sbin/pppd/auth.c
215
if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
usr.sbin/pppd/auth.c
244
if (protp->protocol != PPP_LCP && protp->enabled_flag
usr.sbin/pppd/lcp.c
137
PPP_LCP,
usr.sbin/pppd/lcp.c
182
f->protocol = PPP_LCP;
usr.sbin/pppd/main.c
669
if (protocol != PPP_LCP && lcp_fsm[0].state != OPENED) {
usr.sbin/pppd/main.c
680
&& !(protocol == PPP_LCP || protocol == PPP_LQR
usr.sbin/tcpdump/print-ppp.c
374
case PPP_LCP:
usr.sbin/tcpdump/print-ppp.c
87
{ PPP_LCP, "LCP" }, /* Link Control Protocol */