Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_dialog_ui.c73 if (sip_copy_header(sip_msg, _dialog->sip_dlg_remote_uri_tag, NULL) != in sip_create_dialog_req()
273 if (dialog->sip_dlg_remote_uri_tag != NULL) { in sip_get_dialog_remote_tag()
274 val = sip_get_header_value(_dialog->sip_dlg_remote_uri_tag, in sip_get_dialog_remote_tag()
340 if (dialog->sip_dlg_remote_uri_tag != NULL) { in sip_get_dialog_remote_uri()
341 val = sip_get_header_value(dialog->sip_dlg_remote_uri_tag, in sip_get_dialog_remote_uri()
H A Dsip_dialog.c124 if (dialog->sip_dlg_remote_uri_tag != NULL) in sip_release_dialog_res()
125 sip_free_header(dialog->sip_dlg_remote_uri_tag); in sip_release_dialog_res()
689 dialog->sip_dlg_remote_uri_tag = thdr; in sip_seed_dialog()
1010 dialog->sip_dlg_remote_uri_tag = thdr; in sip_complete_dialog()
1085 if ((dialog->sip_dlg_remote_uri_tag = in sip_complete_dialog()
1126 val = sip_get_header_value(dialog->sip_dlg_remote_uri_tag, in sip_complete_dialog()
1174 if (dialog->sip_dlg_remote_uri_tag != NULL) { in sip_complete_dialog()
1175 sip_free_header(dialog->sip_dlg_remote_uri_tag); in sip_complete_dialog()
1176 dialog->sip_dlg_remote_uri_tag = NULL; in sip_complete_dialog()
1381 dialog->sip_dlg_remote_uri_tag == NULL) { in sip_dialog_delete()
H A Dsip_dialog.h66 _sip_header_t *sip_dlg_remote_uri_tag; member