PPP_LCP
if (cp->proto != PPP_LCP)
if (cp->proto != PPP_LCP)
sppp_cp_send (sp, PPP_LCP, ECHO_REPLY, h->ident, len-4, h+1);
if (cp->proto != PPP_LCP)
sppp_cp_send (sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf);
sppp_cp_send(sp, PPP_LCP, CONF_REJ, h->ident, rlen, buf);
sppp_cp_send (sp, PPP_LCP, CONF_NAK, h->ident, rlen, buf);
sppp_cp_send (sp, PPP_LCP, CONF_ACK,
sppp_cp_send (sp, PPP_LCP, CONF_REQ, sp->confid[IDX_LCP], i, &opt);
PPP_LCP, IDX_LCP, CP_LCP, "lcp",
sppp_cp_send (sp, PPP_LCP, ECHO_REQ,
sppp_cp_send (sp, PPP_LCP, PROTO_REJ,
case PPP_LCP:
case PPP_LCP: return "lcp";
(u_char)(PPP_LCP >> 8),
(u_char)(PPP_LCP & 0xff)
(u_char)(PPP_LCP >> 8),
(u_char)(PPP_LCP & 0xff)