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

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_itf.c60 int (*sip_conn_timer1)(sip_conn_object_t) = NULL; variable
637 sip_conn_timer1 = stack_val->sip_io_pointers->sip_conn_timer1;
H A Dsip.h406 int (*sip_conn_timer1)(sip_conn_object_t); member in struct:sip_io_pointers_s
456 extern int (*sip_conn_timer1)(sip_conn_object_t);
H A Dsip_xaction.c402 if (sip_conn_timer1 != NULL)
403 timer1 = sip_conn_timer1(obj);
H A Dsip_dialog.c745 if (sip_conn_timer1 != NULL)
746 timer1 = sip_conn_timer1(obj);

Completed in 32 milliseconds