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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_dialog.c1025 if (dialog->sip_dlg_state != SIP_DLG_NEW) {
1029 assert(dialog->sip_dlg_state == SIP_DLG_NEW);
1332 if (dialog->sip_dlg_state != SIP_DLG_NEW) {
1336 assert(dialog->sip_dlg_state == SIP_DLG_NEW);
1749 } else if (_dialog->sip_dlg_state == SIP_DLG_NEW) {
1894 case SIP_DLG_NEW:
1895 return ("SIP_DLG_NEW");
H A Dsip_dialog_ui.c570 isnew = _dialog->sip_dlg_state == SIP_DLG_NEW;
H A Dsip.h215 SIP_DLG_NEW = 0, /* New dialog, no reply received yet */ enumerator in enum:dialog_state

Completed in 62 milliseconds