lcp_timeout
PPP_FSM_CONFIG(&_this->fsm, timeouttime, conf->lcp_timeout);
UNTIMEOUT(lcp_timeout, _this);
static void lcp_timeout(void *);
TIMEOUT(lcp_timeout, _this, _this->echo_interval);
TIMEOUT(lcp_timeout, _this, _this->echo_retry_interval);
UNTIMEOUT(lcp_timeout, _this);
int lcp_timeout;
curr_tunnconf->lcp_timeout = $2;