Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_dialog.c1023 if (dialog->sip_dlg_state != SIP_DLG_NEW) { in sip_complete_dialog()
1027 assert(dialog->sip_dlg_state == SIP_DLG_NEW); in sip_complete_dialog()
1330 if (dialog->sip_dlg_state != SIP_DLG_NEW) { in sip_dlg_self_destruct()
1334 assert(dialog->sip_dlg_state == SIP_DLG_NEW); in sip_dlg_self_destruct()
1747 } else if (_dialog->sip_dlg_state == SIP_DLG_NEW) { in sip_update_dialog()
1892 case SIP_DLG_NEW: in sip_get_dialog_state_str()
H A Dsip_dialog_ui.c568 isnew = _dialog->sip_dlg_state == SIP_DLG_NEW; in sip_incomplete_dialog()
H A Dsip.h213 SIP_DLG_NEW = 0, /* New dialog, no reply received yet */ enumerator