Searched refs:timer1 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_xaction.c337 int timer1 = sip_timer_T1; local
403 timer1 = sip_conn_timer1(obj);
409 SIP_INIT_TIMER(trans->sip_xaction_TA, 2 * timer1);
410 SIP_INIT_TIMER(trans->sip_xaction_TB, 64 * timer1)
412 SIP_INIT_TIMER(trans->sip_xaction_TE, timer1);
413 SIP_INIT_TIMER(trans->sip_xaction_TF, 64 * timer1);
414 SIP_INIT_TIMER(trans->sip_xaction_TG, 2 * timer1);
415 SIP_INIT_TIMER(trans->sip_xaction_TH, 64 * timer1);
417 SIP_INIT_TIMER(trans->sip_xaction_TJ, 64 * timer1);
H A Dsip_dialog.c620 int timer1 = sip_timer_T1; local
746 timer1 = sip_conn_timer1(obj);
747 SIP_INIT_TIMER(dialog->sip_dlg_timer, 64 * timer1);

Completed in 62 milliseconds