Lines Matching refs:max_seq
4330 u_int16 max_seq; /* highest seq. number seen */
4407 s->max_seq = seq - 1;
4415 valid if it is no more than MAX_DROPOUT ahead of s->max_seq nor more
4417 max_seq modulo the RTP sequence number range (16 bits), but is
4418 smaller than max_seq, it has wrapped around and the (shifted) count
4450 s->max_seq = seq;
4461 u_int16 udelta = seq - s->max_seq;
4472 if (seq == s->max_seq + 1) {
4474 s->max_seq = seq;
4490 s->max_seq = seq;
4495 if (seq < s->max_seq) {
4501 s->max_seq = seq;
4612 sequence number received (s->max_seq) and the first sequence number
4619 extended_max = s->cycles + s->max_seq;
5401 sequence number plus 1 is stored. The initialization of max_seq