Home
last modified time | relevance | path

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

/kernel/tests/net/test/
Dsrcaddr_selection_test.py173 self.SendRA(self.test_netid, retranstimer=RETRANS_TIMER)
199 self.SendRA(self.test_netid, retranstimer=RETRANS_TIMER)
228 self.SendRA(self.test_netid, retranstimer=RETRANS_TIMER)
255 self.SendRA(self.test_netid, retranstimer=RETRANS_TIMER)
275 self.SendRA(self.test_netid, retranstimer=RETRANS_TIMER)
306 self.SendRA(self.test_netid, retranstimer=RETRANS_TIMER)
Dmultinetwork_base.py231 def SendRA(cls, netid, retranstimer=None, reachabletime=0, options=()): argument
236 if retranstimer is None:
240 retranstimer = validity * 1000 # Lifetime is in s, retrans timer in ms.
249 retranstimer=retranstimer,
Dneighbour_test.py80 retranstimer=self.RETRANS_TIME_MS,