Lines Matching full:local
75 * local xtd_seq_num_t as a basis. This is done using the function
76 * index_guess(&local, &guess, seq_from_packet). This function
77 * returns the difference of the guess and the local value. The local
111 * index_guess(local, guess, s)
113 * given a xtd_seq_num_t local (which represents the last
117 * and returns the difference between *guess and *local
124 index_guess(const xtd_seq_num_t *local,
128 uint32_t local_roc = ((high32(*local) << 16) |
129 (low32(*local) >> 16));
130 uint16_t local_seq = (uint16_t) (low32(*local));
132 uint32_t local_roc = (uint32_t)(*local >> 16);
133 uint16_t local_seq = (uint16_t) *local;
153 // rdbx_add_index would make local index to be the wrong value because
154 // local index should not be updated in this case. For example, when
155 // local index is (1, 100) and next sequence is 65530, the wrong updated