Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsip/common/
H A Dsip_dialog.h79 uint32_t sip_dlg_remote_cseq; member
H A Dsip_dialog.c738 dialog->sip_dlg_remote_cseq = cseq; in sip_seed_dialog()
888 dialog->sip_dlg_remote_cseq)) { in sip_complete_dialog()
1467 method == INVITE && _dialog->sip_dlg_remote_cseq != 0 && in sip_dialog_process()
1468 SIP_CSEQ_LT(cseq, _dialog->sip_dlg_remote_cseq)) { in sip_dialog_process()
1492 _dialog->sip_dlg_remote_cseq = cseq; in sip_dialog_process()
H A Dsip_dialog_ui.c506 cseq = _dialog->sip_dlg_remote_cseq; in sip_get_dialog_remote_cseq()