Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_dialog.h77 uint32_t sip_dlg_remote_cseq; member
H A Dsip_dialog.c736 dialog->sip_dlg_remote_cseq = cseq; in sip_seed_dialog()
886 dialog->sip_dlg_remote_cseq)) { in sip_complete_dialog()
1465 method == INVITE && _dialog->sip_dlg_remote_cseq != 0 && in sip_dialog_process()
1466 SIP_CSEQ_LT(cseq, _dialog->sip_dlg_remote_cseq)) { in sip_dialog_process()
1490 _dialog->sip_dlg_remote_cseq = cseq; in sip_dialog_process()
H A Dsip_dialog_ui.c504 cseq = _dialog->sip_dlg_remote_cseq; in sip_get_dialog_remote_cseq()