Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_dialog.c126 if (dialog->sip_dlg_remote_target != NULL) in sip_release_dialog_res()
127 sip_free_header(dialog->sip_dlg_remote_target); in sip_release_dialog_res()
943 if (dialog->sip_dlg_remote_target == NULL) { in sip_complete_dialog()
1011 if ((dialog->sip_dlg_remote_target = in sip_complete_dialog()
1035 if ((dialog->sip_dlg_remote_target = in sip_complete_dialog()
1060 if (dialog->sip_dlg_remote_target == NULL) { in sip_complete_dialog()
1404 if (dialog->sip_dlg_remote_target != NULL) in sip_get_rtarg()
1483 if (_dialog->sip_dlg_remote_target != NULL) { in sip_dialog_process()
1485 _dialog->sip_dlg_remote_target); in sip_dialog_process()
1487 _dialog->sip_dlg_remote_target = nchdr; in sip_dialog_process()
[all …]
H A Dsip_dialog.h68 _sip_header_t *sip_dlg_remote_target; member
H A Dsip_dialog_ui.c372 if (dialog->sip_dlg_remote_target != NULL) { in sip_get_dialog_remote_target_uri()
373 val = sip_get_header_value(_dialog->sip_dlg_remote_target, in sip_get_dialog_remote_target_uri()