Searched refs:NUD_FAILED (Results 1 – 6 of 6) sorted by relevance
36 public static final int NUD_FAILED = 2 << 8; field in IpReachabilityEvent85 return isProvisioningLost ? PROVISIONING_LOST : NUD_FAILED; in nudFailureEventType()
42 public static final short NUD_FAILED = 0x20; field in StructNdMsg54 case NUD_FAILED: return "NUD_FAILED"; in stringForNudState()
60 anInt(IpReachabilityEvent.NUD_FAILED)); in testLinkLayerInferrence()302 anInt(IpReachabilityEvent.NUD_FAILED)); in testIpReachabilityEventSerialization()
67 new IpReachabilityEvent(IpReachabilityEvent.NUD_FAILED);195 new IpReachabilityEvent(IpReachabilityEvent.NUD_FAILED), in testEndToEndLogging()
349 if (entry.getValue() != StructNdMsg.NUD_FAILED) { in handleNeighborLost()582 if (nudState == StructNdMsg.NUD_FAILED) { in evaluateRtNetlinkNeighborMessage()
78 // Logs IpReachabilityMonitor probe events and NUD_FAILED events.