Searched defs:sip_transaction_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip.h306 typedef struct sip_xaction *sip_transaction_t; typedef in typeref:struct:sip_xaction
422 int (*sip_ulp_trans_error)(sip_transaction_t, int, void *);
424 void (*sip_ulp_trans_state_cb)(sip_transaction_t,
744 extern char *sip_get_trans_branchid(sip_transaction_t,
746 extern sip_method_t sip_get_trans_method(sip_transaction_t,
748 extern int sip_get_trans_state(sip_transaction_t, int *);
749 extern const struct sip_message *sip_get_trans_resp_msg(sip_transaction_t,
751 extern const struct sip_message *sip_get_trans_orig_msg(sip_transaction_t,
753 extern void sip_hold_trans(sip_transaction_t);
754 extern void sip_release_trans(sip_transaction_t);
[all...]

Completed in 88 milliseconds