SIP Witch 1.9.15
|
Structure for osip handling. More...
#include <osip.h>
Data Fields | |
void * | application_context |
User defined Pointer. More... | |
void * | ict_fastmutex |
mutex for ICT transaction More... | |
void * | ist_fastmutex |
mutex for IST transaction More... | |
void * | nict_fastmutex |
mutex for NICT transaction More... | |
void * | nist_fastmutex |
mutex for NIST transaction More... | |
void * | ixt_fastmutex |
mutex for IXT transaction More... | |
void * | id_mutex |
mutex for unique transaction id generation More... | |
int | transactionid |
previous unique transaction id generation More... | |
osip_list_t | osip_ict_transactions |
list of ict transactions More... | |
osip_list_t | osip_ist_transactions |
list of ist transactions More... | |
osip_list_t | osip_nict_transactions |
list of nict transactions More... | |
osip_list_t | osip_nist_transactions |
list of nist transactions More... | |
osip_list_t | ixt_retransmissions |
list of ixt elements More... | |
osip_message_cb_t | msg_callbacks [OSIP_MESSAGE_CALLBACK_COUNT] |
message callbacks More... | |
osip_kill_transaction_cb_t | kill_callbacks [OSIP_KILL_CALLBACK_COUNT] |
kill callbacks More... | |
osip_transport_error_cb_t | tp_error_callbacks [OSIP_TRANSPORT_ERROR_CALLBACK_COUNT] |
transport error callback More... | |
int(* | cb_send_message )(osip_transaction_t *, osip_message_t *, char *, int, int) |
callback to send message More... | |
void * | osip_ict_hastable |
htable of ict transactions More... | |
void * | osip_ist_hastable |
htable of ist transactions More... | |
void * | osip_nict_hastable |
htable of nict transactions More... | |
void * | osip_nist_hastable |
htable of nist transactions More... | |
int(* osip::cb_send_message)(osip_transaction_t *, osip_message_t *, char *, int, int) |
void* osip::id_mutex |
osip_list_t osip::ixt_retransmissions |
osip_kill_transaction_cb_t osip::kill_callbacks[OSIP_KILL_CALLBACK_COUNT] |
osip_message_cb_t osip::msg_callbacks[OSIP_MESSAGE_CALLBACK_COUNT] |
osip_list_t osip::osip_ict_transactions |
osip_list_t osip::osip_ist_transactions |
osip_list_t osip::osip_nict_transactions |
osip_list_t osip::osip_nist_transactions |
osip_transport_error_cb_t osip::tp_error_callbacks[OSIP_TRANSPORT_ERROR_CALLBACK_COUNT] |
int osip::transactionid |