taglinefilesource code
act_timer601drivers/isdn/teles/callc.cFsmAddTimer(&lf->act_timer, 1000, EV_LC_TIMER, NULL, 50);
act_timer611drivers/isdn/teles/callc.cFsmDelTimer(&lf->act_timer, 50);
act_timer613drivers/isdn/teles/callc.cFsmAddTimer(&lf->act_timer, 40, EV_LC_TIMER, NULL, 51);
act_timer955drivers/isdn/teles/callc.cFsmInitTimer(&chanp->lc_d.lcfi, &chanp->lc_d.act_timer);
act_timer968drivers/isdn/teles/callc.cFsmInitTimer(&chanp->lc_b.lcfi, &chanp->lc_b.act_timer);
act_timer437drivers/isdn/teles/teles.hstruct FsmTimer act_timer;