Searched refs:SIP_DLG_NEW (Results 1 – 3 of 3) sorted by relevance
1025 if (dialog->sip_dlg_state != SIP_DLG_NEW) { in sip_complete_dialog()1029 assert(dialog->sip_dlg_state == SIP_DLG_NEW); in sip_complete_dialog()1332 if (dialog->sip_dlg_state != SIP_DLG_NEW) { in sip_dlg_self_destruct()1336 assert(dialog->sip_dlg_state == SIP_DLG_NEW); in sip_dlg_self_destruct()1749 } else if (_dialog->sip_dlg_state == SIP_DLG_NEW) { in sip_update_dialog()1894 case SIP_DLG_NEW: in sip_get_dialog_state_str()
570 isnew = _dialog->sip_dlg_state == SIP_DLG_NEW; in sip_incomplete_dialog()
215 SIP_DLG_NEW = 0, /* New dialog, no reply received yet */ enumerator