Lines Matching refs:NUD_PROBE
36 NUD_PROBE = 0x10 variable
263 self.ExpectNeighbourNotification(router6, NUD_PROBE)
264 self.assertNeighbourState(NUD_PROBE, router6)
285 self.assertNeighbourState(NUD_PROBE, router6)
286 self.ExpectNeighbourNotification(router6, NUD_PROBE)
312 self.iproute.UpdateNeighbour(6, addr, None, self.ifindex, NUD_PROBE)
313 self.assertNeighbourState(NUD_PROBE, addr)
314 self.ExpectNeighbourNotification(addr, NUD_PROBE)
316 self.assertNeighbourState(NUD_PROBE, addr)
371 self.ExpectNeighbourNotification(router, NUD_PROBE)
372 self.assertNeighbourState(NUD_PROBE, router)