Home
last modified time | relevance | path

Searched refs:IpReachabilityMonitor (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/ip/
H A DIpReachabilityMonitorTest.kt100 private val callback = mock(IpReachabilityMonitor.Callback::class.java)
101 private val dependencies = mock(IpReachabilityMonitor.Dependencies::class.java)
111 private lateinit var reachabilityMonitor: IpReachabilityMonitor
175 val monitorFuture = CompletableFuture<IpReachabilityMonitor>()
178 monitorFuture.complete(IpReachabilityMonitor(
/aosp12/frameworks/proto_logging/stats/enums/stats/connectivity/
H A Dnetwork_stack.proto189 // Forced nud probe after roaming from IpReachabilityMonitor, neighbor is unreachable;
191 // Forced nud probe after roaming from IpReachabilityMonitor, neighbor is unreachable and
194 // Forced nud probe after receiving CMD_CONFIRM from IpReachabilityMonitor, neighbor is
197 // Forced nud probe after receiving CMD_CONFIRM from IpReachabilityMonitor, neighbor is
/aosp12/packages/modules/NetworkStack/src/android/net/ip/
H A DIpReachabilityMonitor.java136 public class IpReachabilityMonitor { class
200 public IpReachabilityMonitor(
208 IpReachabilityMonitor(Context context, InterfaceParams ifParams, Handler h, SharedLog log,
H A DIpClient.java522 private IpReachabilityMonitor mIpReachabilityMonitor;
1096 final IpReachabilityMonitor iprm = mIpReachabilityMonitor; in dump()
1774 mIpReachabilityMonitor = new IpReachabilityMonitor( in startIpReachabilityMonitor()
1779 new IpReachabilityMonitor.Callback() { in startIpReachabilityMonitor()
/aosp12/frameworks/base/proto/src/
H A Dipconnectivity.proto131 // Logs IpReachabilityMonitor probe events and NUD_FAILED events.