Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_itf.c60 int (*sip_conn_timer4)(sip_conn_object_t) = NULL; variable
637 sip_conn_timer4 = stack_val->sip_io_pointers->sip_conn_timer4; in sip_stack_init()
H A Dsip_xaction.c402 if (sip_conn_timer4 != NULL) in sip_xaction_create()
403 timer4 = sip_conn_timer4(obj); in sip_xaction_create()
H A Dsip.h409 int (*sip_conn_timer4)(sip_conn_object_t); member
459 extern int (*sip_conn_timer4)(sip_conn_object_t);