Searched refs:sip_dlg_remote_cseq (Results 1 – 3 of 3) sorted by relevance
79 uint32_t sip_dlg_remote_cseq; member
738 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()
506 cseq = _dialog->sip_dlg_remote_cseq; in sip_get_dialog_remote_cseq()