Home
last modified time | relevance | path

Searched defs:gateway (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/net/
DRouteInfo.java139 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway, in RouteInfo()
164 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway, in RouteInfo()
241 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway, in RouteInfo()
250 public RouteInfo(@Nullable LinkAddress destination, @Nullable InetAddress gateway, in RouteInfo()
272 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway) { in RouteInfo()
282 public RouteInfo(@Nullable LinkAddress destination, @Nullable InetAddress gateway) { in RouteInfo()
294 public RouteInfo(@NonNull InetAddress gateway) { in RouteInfo()
295 this((IpPrefix) null, gateway, null); in RouteInfo() local
334 public static RouteInfo makeHostRoute(@Nullable InetAddress host, @Nullable InetAddress gateway, in makeHostRoute()
570 RouteKey(@NonNull IpPrefix destination, @Nullable InetAddress gateway, in RouteKey()
DStaticIpConfiguration.java64 public InetAddress gateway; field in StaticIpConfiguration
147 public @NonNull Builder setGateway(@Nullable InetAddress gateway) { in setGateway()
DDhcpInfo.java27 public int gateway; field in DhcpInfo
DDhcpResults.java46 public InetAddress gateway; field in DhcpResults
266 public void setGateway(InetAddress gateway) { in setGateway()
/frameworks/opt/net/ethernet/tests/java/com/android/server/ethernet/
DEthernetTrackerTest.java121 StaticIpConfigBuilder setGateway(String gateway) { in setGateway()
/frameworks/base/packages/Tethering/src/android/net/util/
DBaseNetdUnsolicitedEventListener.java60 public void onRouteChanged(boolean updated, @NonNull String route, @NonNull String gateway, in onRouteChanged()
/frameworks/base/tests/net/common/java/android/net/
DRouteInfoTest.java127 public PatchedRouteInfo(IpPrefix destination, InetAddress gateway, String iface) { in testMatches()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiBackupDataV1Parser.java507 InetAddress gateway = NetworkUtils.numericToInetAddress(gatewayAddressString); in parseIpConfigurationFromXml() local
DClientModeImpl.java1295 InetAddress gateway = NetUtils.selectBestRoute( in getDstMacForKeepalive() local
/frameworks/base/services/core/java/com/android/server/net/
DIpConfigStore.java297 InetAddress gateway = null; in readIpConfigurations() local
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DOffloadController.java611 final String gateway = ri.getGateway().getHostAddress(); in pushUpstreamParameters() local
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkDiagnostics.java210 InetAddress gateway = route.getGateway(); in NetworkDiagnostics() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java880 InetAddress gateway = in parseStaticIpConfigurationFromXml() local
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java719 String route, String gateway, String ifName) throws RemoteException { in onRouteChanged()
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java7396 final InetAddress gateway = InetAddress.getByName("fe80::5678"); in testRouteAddDeleteUpdate() local