Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_dialog_ui.c51 if (!sip_manage_dialog || dialog == NULL || transport == NULL || in sip_create_dialog_req()
152 if (!sip_manage_dialog) { in sip_get_dialog_method()
176 if (!sip_manage_dialog) { in sip_get_dialog_state()
202 if (!sip_manage_dialog || dialog == NULL) { in sip_get_dialog_callid()
233 if (!sip_manage_dialog || dialog == NULL) { in sip_get_dialog_local_tag()
266 if (!sip_manage_dialog || dialog == NULL) { in sip_get_dialog_remote_tag()
300 if (!sip_manage_dialog || dialog == NULL) { in sip_get_dialog_local_uri()
333 if (!sip_manage_dialog || dialog == NULL) { in sip_get_dialog_remote_uri()
365 if (!sip_manage_dialog || dialog == NULL) { in sip_get_dialog_remote_target_uri()
398 if (!sip_manage_dialog || dialog == NULL) { in sip_get_dialog_local_contact_uri()
[all …]
H A Dsip_itf.c63 boolean_t sip_manage_dialog = B_FALSE; variable
306 if (sip_manage_dialog) { in sip_sendmsg()
520 if (sip_manage_dialog) { in sip_process_new_packet()
601 sip_manage_dialog = stack_val->sip_stack_flags & SIP_STACK_DIALOGS; in sip_stack_init()
661 if (sip_manage_dialog) { in sip_stack_init()
H A Dsip_miscdefs.h237 extern boolean_t sip_manage_dialog;