Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_xaction.c335 int timer1 = sip_timer_T1; in sip_xaction_create() local
401 timer1 = sip_conn_timer1(obj); in sip_xaction_create()
407 SIP_INIT_TIMER(trans->sip_xaction_TA, 2 * timer1); in sip_xaction_create()
408 SIP_INIT_TIMER(trans->sip_xaction_TB, 64 * timer1) in sip_xaction_create()
410 SIP_INIT_TIMER(trans->sip_xaction_TE, timer1); in sip_xaction_create()
411 SIP_INIT_TIMER(trans->sip_xaction_TF, 64 * timer1); in sip_xaction_create()
412 SIP_INIT_TIMER(trans->sip_xaction_TG, 2 * timer1); in sip_xaction_create()
413 SIP_INIT_TIMER(trans->sip_xaction_TH, 64 * timer1); in sip_xaction_create()
415 SIP_INIT_TIMER(trans->sip_xaction_TJ, 64 * timer1); in sip_xaction_create()
H A Dsip_dialog.c618 int timer1 = sip_timer_T1; in sip_seed_dialog() local
744 timer1 = sip_conn_timer1(obj); in sip_seed_dialog()
745 SIP_INIT_TIMER(dialog->sip_dlg_timer, 64 * timer1); in sip_seed_dialog()