Lines Matching refs:PPP_LCP
500 PPP_LCP, IDX_LCP, CP_LCP, "lcp",
700 sppp_cp_send(sp, PPP_LCP, PROTO_REJ,
711 case PPP_LCP:
1702 if (cp->proto != PPP_LCP)
1707 if (cp->proto != PPP_LCP)
1740 sppp_cp_send(sp, PPP_LCP, ECHO_REPLY, h->ident, len - 4,
1744 if (cp->proto != PPP_LCP)
1848 if (cp->proto == PPP_LCP)
3300 sppp_cp_send(sp, PPP_LCP, CONF_REQ, sp->scp[IDX_LCP].confid, i, &opt);
5538 sppp_cp_send(sp, PPP_LCP, ECHO_REQ,
6401 case PPP_LCP: return "lcp";