Home
last modified time | relevance | path

Searched refs:SIP_INIT_TIMER (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_xaction.c407 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()
409 SIP_INIT_TIMER(trans->sip_xaction_TD, timerd); 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()
414 SIP_INIT_TIMER(trans->sip_xaction_TI, timer4); in sip_xaction_create()
415 SIP_INIT_TIMER(trans->sip_xaction_TJ, 64 * timer1); in sip_xaction_create()
416 SIP_INIT_TIMER(trans->sip_xaction_TK, timer4); in sip_xaction_create()
H A Dsip_miscdefs.h108 #define SIP_INIT_TIMER(timer, time) { \ macro
H A Dsip_dialog.c745 SIP_INIT_TIMER(dialog->sip_dlg_timer, 64 * timer1); in sip_seed_dialog()