Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsip/common/
H A Dsip_dialog_ui.c53 if (!sip_manage_dialog || dialog == NULL || transport == NULL || in sip_create_dialog_req()
154 if (!sip_manage_dialog) { in sip_get_dialog_method()
178 if (!sip_manage_dialog) { in sip_get_dialog_state()
204 if (!sip_manage_dialog || dialog == NULL) { in sip_get_dialog_callid()
235 if (!sip_manage_dialog || dialog == NULL) { in sip_get_dialog_local_tag()
268 if (!sip_manage_dialog || dialog == NULL) { in sip_get_dialog_remote_tag()
302 if (!sip_manage_dialog || dialog == NULL) { in sip_get_dialog_local_uri()
335 if (!sip_manage_dialog || dialog == NULL) { in sip_get_dialog_remote_uri()
367 if (!sip_manage_dialog || dialog == NULL) { in sip_get_dialog_remote_target_uri()
400 if (!sip_manage_dialog || dialog == NULL) { in sip_get_dialog_local_contact_uri()
[all …]
H A Dsip_itf.c65 boolean_t sip_manage_dialog = B_FALSE; variable
308 if (sip_manage_dialog) { in sip_sendmsg()
522 if (sip_manage_dialog) { in sip_process_new_packet()
603 sip_manage_dialog = stack_val->sip_stack_flags & SIP_STACK_DIALOGS; in sip_stack_init()
663 if (sip_manage_dialog) { in sip_stack_init()
H A Dsip_miscdefs.h239 extern boolean_t sip_manage_dialog;