Home | History | Annotate | Download | only in net_test

Lines Matching refs:NUD_PROBE

35 NUD_PROBE = 0x10
180 765c9c6 neigh: Better handling of transition to NUD_PROBE state
185 e4a6d6b neigh: Better handling of transition to NUD_PROBE state
188 2011e72 neigh: Better handling of transition to NUD_PROBE state
206 self.ExpectNeighbourNotification(router6, NUD_PROBE)
207 self.assertNeighbourState(NUD_PROBE, router6)
228 self.assertNeighbourState(NUD_PROBE, router6)
229 self.ExpectNeighbourNotification(router6, NUD_PROBE)
255 self.iproute.UpdateNeighbour(6, addr, None, self.ifindex, NUD_PROBE)
256 self.assertNeighbourState(NUD_PROBE, addr)
258 self.assertNeighbourState(NUD_PROBE, addr)