Lines Matching refs:NUD_PROBE
36 NUD_PROBE = 0x10 variable
258 self.ExpectNeighbourNotification(router6, NUD_PROBE)
259 self.assertNeighbourState(NUD_PROBE, router6)
277 self.assertNeighbourState(NUD_PROBE, router6)
278 self.ExpectNeighbourNotification(router6, NUD_PROBE)
304 self.iproute.UpdateNeighbour(6, addr, None, self.ifindex, NUD_PROBE)
305 self.assertNeighbourState(NUD_PROBE, addr)
306 self.ExpectNeighbourNotification(addr, NUD_PROBE)
308 self.assertNeighbourState(NUD_PROBE, addr)
363 self.ExpectNeighbourNotification(router, NUD_PROBE)
364 self.assertNeighbourState(NUD_PROBE, router)