CONF_REJ
case CONF_REJ:
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_IPCP, CONF_REJ, h->ident, rlen, buf);
sppp_cp_send(sp, PPP_IPV6CP, CONF_REJ, h->ident, rlen, buf);
type = CONF_REJ;
case CONF_REJ: return "conf-rej";