OPENED
ctx->status = OPENED;
if (ctx->status != OPENED) {
if (old_state != OPENED && proto->state == OPENED) {
if (old_state == OPENED && proto->state != OPENED) {
if (ppp->protos[IDX_LCP].state == OPENED)
if (len >= 4 && proto->state == OPENED)
case OPENED: