Home
last modified time | relevance | path

Searched refs:retranstimer (Results 1 – 3 of 3) sorted by relevance

/kernel/tests/net/test/
Dsrcaddr_selection_test.py201 self.SendRA(self.test_netid, retranstimer=RETRANS_TIMER)
227 self.SendRA(self.test_netid, retranstimer=RETRANS_TIMER)
253 self.SendRA(self.test_netid, retranstimer=RETRANS_TIMER)
280 self.SendRA(self.test_netid, retranstimer=RETRANS_TIMER)
300 self.SendRA(self.test_netid, retranstimer=RETRANS_TIMER)
333 self.SendRA(self.test_netid, retranstimer=RETRANS_TIMER)
Dmultinetwork_base.py246 def SendRA(cls, netid, retranstimer=None, reachabletime=0, routerlft=RA_VALIDITY, argument
251 if retranstimer is None:
255 retranstimer = routerlft * 1000 # Lifetime is in s, retrans timer in ms.
265 retranstimer=retranstimer,
Dneighbour_test.py89 retranstimer=self.RETRANS_TIME_MS,