Searched defs:timer_obj_F (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_xaction_state_mc.c209 sip_xaction_time_obj_t *timer_obj_F = NULL; local
277 timer_obj_F = sip_setup_timer(conn_obj, sip_trans, NULL,
279 if (timer_obj_F == NULL) {
291 SIP_SCHED_TIMER(sip_trans->sip_xaction_TF, timer_obj_F,
316 if (timer_obj_F != NULL)
317 free(timer_obj_F);

Completed in 1427 milliseconds