rxseq             246 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		mcon->rxseq = 0;
rxseq             356 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 				mcon->rxseq = mcon->event.fseqno;
rxseq             366 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		mcon->rxseq++;
rxseq             369 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		if (mcon->rxseq != mcon->event.fseqno) {
rxseq             370 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 			ftdm_log(FTDM_LOG_CRIT, "Invalid Sequence Number Expect=%i Rx=%i\n", mcon->rxseq, mcon->event.fseqno);
rxseq             459 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 		mcon->rxseq=0;
rxseq             464 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.c 	event->bseqno = mcon->rxseq;
rxseq             104 src/ftmod/ftmod_sangoma_boost/sangoma_boost_client.h 	unsigned int rxseq;