CONF_ACK
case CONF_ACK:
sppp_cp_send (sp, PPP_LCP, CONF_ACK,
sppp_cp_send (sp, PPP_IPCP, CONF_ACK,
type = CONF_ACK;
type = CONF_ACK;
if (rlen == 0 && type == CONF_ACK) {
if (type == CONF_ACK)
case CONF_ACK: return "conf-ack";