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()
234 val = sip_get_header_value(_dialog->sip_dlg_remote_target, in sip_dialog_req_uri()
347 val = sip_get_header_value(dialog->sip_dlg_remote_target, NULL); in sip_dialog_set_route_hdr()
694 if ((dialog->sip_dlg_remote_target = sip_dup_header(chdr)) == in sip_seed_dialog()
943 if (dialog->sip_dlg_remote_target == NULL) { in sip_complete_dialog()
1011 if ((dialog->sip_dlg_remote_target = in sip_complete_dialog()
1028 if (dialog->sip_dlg_remote_target == NULL && chdr != NULL) { 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()
[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()