Lines Matching refs:SEQ
412 passing through 65,535. Unlike the sequence number (SEQ), which
419 i = 2^16 * ROC + SEQ.
697 counter, ROC, to zero. Each time the RTP sequence number, SEQ, wraps
702 i = 2^16 * ROC + SEQ.
716 sequence number (SEQ) of the first observed SRTP packet (unless the
722 i = 2^16 * v + SEQ,
739 then s_l is set to SEQ if and only if SEQ is larger than the current
741 set to SEQ and ROC is set to v.
1183 index of ROC || SEQ, and the SSRC used in the construction of the IV
1318 IV = 0x00 || M || PT || SEQ || TS || SSRC || ROC
1320 M, PT, SEQ, TS, SSRC SHALL be taken from the RTP header; ROC is from
1471 (i.e., the 48-bit ROC || SEQ for SRTP):
2002 SEQ
2810 determine the index i of an SRTP packet with sequence number SEQ. In
2814 if (SEQ - s_l > 32,768)
2820 if (s_l - 32,768 > SEQ)
2826 return SEQ + v*65,536