Searched refs:sip_conn_timer4 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_itf.c62 int (*sip_conn_timer4)(sip_conn_object_t) = NULL; variable
639 sip_conn_timer4 = stack_val->sip_io_pointers->sip_conn_timer4;
H A Dsip.h411 int (*sip_conn_timer4)(sip_conn_object_t); member in struct:sip_io_pointers_s
461 extern int (*sip_conn_timer4)(sip_conn_object_t);
H A Dsip_xaction.c404 if (sip_conn_timer4 != NULL)
405 timer4 = sip_conn_timer4(obj);

Completed in 64 milliseconds