Home | History | Annotate | Download | only in replay

Lines Matching refs:xtd_seq_num_t

68  * A xtd_seq_num_t is essentially a sequence number for which some of
74 * packet), the complete xtd_seq_num_t can be estimated by using a
75 * local xtd_seq_num_t as a basis. This is done using the function
78 * xtd_seq_num_t can be moved forward to the guess using the function
82 * A rdbx_t consists of a xtd_seq_num_t and a bitmask. The index is highest
90 index_init(xtd_seq_num_t *pi) {
99 index_advance(xtd_seq_num_t *pi, sequence_number_t s) {
113 * given a xtd_seq_num_t local (which represents the last
114 * known-to-be-good received xtd_seq_num_t) and a sequence number s
124 index_guess(const xtd_seq_num_t *local,
125 xtd_seq_num_t *guess,
251 xtd_seq_num_t
268 * rdbx_check(&r, delta) checks to see if the xtd_seq_num_t
291 * rdbx_add_index adds the xtd_seq_num_t at rdbx->window_start + d to
292 * replay_db (and does *not* check if that xtd_seq_num_t appears in db)
330 xtd_seq_num_t *guess,