Lines Matching refs:entry
129 for entry in router_table:
130 if entry.rloc16 == r3_rloc:
131 verify(entry.next_hop != INVALID_ROUTER_ID)
161 for entry in addr_cache_table:
162 if entry.address == c2_address:
164 verify(entry.rloc16 == r2_rloc)
165 elif entry.address == c3_address:
167 verify(entry.rloc16 == c3_rloc)
232 for entry in addr_cache_table:
233 if entry.address == c3_address:
235 verify(entry.rloc16 == c3_rloc)
251 for entry in addr_cache_table:
252 if entry.address == c2_address:
254 verify(entry.rloc16 == r3_rloc)
255 elif entry.address == c3_address:
257 verify(entry.rloc16 == c3_rloc)
314 for entry in addr_cache_table:
315 if entry.address == c2_address:
317 verify(entry.rloc16 == r2_rloc)
318 elif entry.address == c3_address:
320 verify(entry.rloc16 == c3_rloc)
382 for entry in addr_cache_table:
383 if entry.address == c2_address:
385 verify(entry.rloc16 == r3_rloc)
386 elif entry.address == c3_address:
388 verify(entry.rloc16 == c3_rloc)