Searched refs:NUD_PROBE (Results 1 – 1 of 1) sorted by relevance
/kernel/tests/net/test/ |
D | neighbour_test.py | 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) [all …]
|