Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_itf.c61 int (*sip_conn_timerd)(sip_conn_object_t) = NULL; variable
638 sip_conn_timerd = stack_val->sip_io_pointers->sip_conn_timerd; in sip_stack_init()
H A Dsip_xaction.c404 if (sip_conn_timerd != NULL) in sip_xaction_create()
405 timerd = sip_conn_timerd(obj); in sip_xaction_create()
H A Dsip.h410 int (*sip_conn_timerd)(sip_conn_object_t); member
460 extern int (*sip_conn_timerd)(sip_conn_object_t);