Searched refs:NUD_FAILED (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/net/metrics/
H A DIpReachabilityEvent.java36 public static final int NUD_FAILED = 2 << 8; field in class:IpReachabilityEvent
47 // byte 2: type of event: PROBE, NUD_FAILED, PROVISIONING_LOST
85 return isProvisioningLost ? PROVISIONING_LOST : NUD_FAILED;
/frameworks/base/services/net/java/android/net/netlink/
H A DStructNdMsg.java42 public static final short NUD_FAILED = 0x20; field in class:StructNdMsg
54 case NUD_FAILED: return "NUD_FAILED";
/frameworks/base/tests/net/java/com/android/server/connectivity/
H A DIpConnectivityEventBuilderTest.java60 anInt(IpReachabilityEvent.NUD_FAILED));
302 anInt(IpReachabilityEvent.NUD_FAILED));
H A DIpConnectivityMetricsTest.java67 new IpReachabilityEvent(IpReachabilityEvent.NUD_FAILED);
195 new IpReachabilityEvent(IpReachabilityEvent.NUD_FAILED),
/frameworks/base/services/net/java/android/net/ip/
H A DIpReachabilityMonitor.java91 * - A neighbour transitioning to NUD_FAILED (for any reason) is
119 * marks the neighbour as being in state NUD_FAILED, and the listening
123 * neighbour in NUD_FAILED would cause IPv4 or IPv6 configuration to
349 if (entry.getValue() != StructNdMsg.NUD_FAILED) {
582 if (nudState == StructNdMsg.NUD_FAILED) {

Completed in 357 milliseconds