OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seq_num_max
(Results
1 - 2
of
2
) sorted by null
/external/srtp/crypto/include/
rdbx.h
32
#define
seq_num_max
(1 << (8*sizeof(sequence_number_t)))
macro
/external/srtp/crypto/replay/
rdbx.c
157
difference = s - local_seq -
seq_num_max
;
165
difference =
seq_num_max
- local_seq + s;
Completed in 1881 milliseconds