Home
last modified time | relevance | path

Searched refs:sip_conn_timer1 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_itf.c58 int (*sip_conn_timer1)(sip_conn_object_t) = NULL; variable
635 sip_conn_timer1 = stack_val->sip_io_pointers->sip_conn_timer1; in sip_stack_init()
H A Dsip_xaction.c400 if (sip_conn_timer1 != NULL) in sip_xaction_create()
401 timer1 = sip_conn_timer1(obj); in sip_xaction_create()
H A Dsip.h407 int (*sip_conn_timer1)(sip_conn_object_t); member
457 extern int (*sip_conn_timer1)(sip_conn_object_t);
H A Dsip_dialog.c743 if (sip_conn_timer1 != NULL) in sip_seed_dialog()
744 timer1 = sip_conn_timer1(obj); in sip_seed_dialog()