Home
last modified time | relevance | path

Searched defs:netd (Results 1 – 6 of 6) sorted by relevance

/packages/modules/NetworkStack/common/moduleutils/src/android/net/shared/
DNetdUtils.java42 public static void tetherStart(final INetd netd, final boolean usingLegacyDnsProxy, in tetherStart()
51 public static void tetherInterface(final INetd netd, final String iface, final IpPrefix dest) in tetherInterface()
57 public static void tetherInterface(final INetd netd, final String iface, final IpPrefix dest, in tetherInterface()
74 private static void networkAddInterface(final INetd netd, final String iface, in networkAddInterface()
94 public static void untetherInterface(final INetd netd, String iface) in untetherInterface()
DRouteUtils.java63 public static void addRoutesToLocalNetwork(final INetd netd, final String iface, in addRoutesToLocalNetwork()
78 public static int removeRoutesFromLocalNetwork(final INetd netd, final List<RouteInfo> routes) { in removeRoutesFromLocalNetwork()
93 public static void modifyRoute(final INetd netd, final ModifyOperation op, final int netId, in modifyRoute()
/packages/modules/NetworkStack/common/moduleutils/src/android/net/ip/
DInterfaceController.java48 public InterfaceController(String ifname, INetd netd, SharedLog log) { in InterfaceController()
/packages/modules/NetworkStack/tests/unit/src/com/android/server/
DNetworkStackServiceTest.kt86 private val netd = mock(INetd::class.java).apply { in <lambda>() constant
/packages/modules/NetworkStack/tests/unit/src/android/net/ip/
DIpReachabilityMonitorTest.kt104 private val netd = mock(INetd::class.java) constant in android.net.ip.IpReachabilityMonitorTest
/packages/modules/NetworkStack/src/com/android/server/
DNetworkObserverRegistry.java52 public void register(@NonNull INetd netd) throws RemoteException { in register()