Home
last modified time | relevance | path

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

/kernel/tests/net/test/
Dneighbour_test.py107 self.ExpectNeighbourNotification(router, NUD_FAILED)
131 self.ExpectNeighbourNotification(router, state)
152 def ExpectNeighbourNotification(self, addr, state, attrs=None): member in NeighbourTest
263 self.ExpectNeighbourNotification(router6, NUD_PROBE)
274 self.ExpectNeighbourNotification(router6, NUD_REACHABLE)
279 self.ExpectNeighbourNotification(router6, NUD_STALE)
286 self.ExpectNeighbourNotification(router6, NUD_PROBE)
302 self.ExpectNeighbourNotification(router6, NUD_FAILED, {"NDA_PROBES": 3})
314 self.ExpectNeighbourNotification(addr, NUD_PROBE)
320 self.ExpectNeighbourNotification(addr, NUD_REACHABLE)
[all …]