/frameworks/base/core/java/android/net/ |
D | RouteInfo.java | 133 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway, in RouteInfo() 209 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway, in RouteInfo() 218 public RouteInfo(@Nullable LinkAddress destination, @Nullable InetAddress gateway, in RouteInfo() 240 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway) { in RouteInfo() 250 public RouteInfo(@Nullable LinkAddress destination, @Nullable InetAddress gateway) { in RouteInfo() 262 public RouteInfo(@NonNull InetAddress gateway) { in RouteInfo() 263 this((IpPrefix) null, gateway, null); in RouteInfo() local 302 public static RouteInfo makeHostRoute(@Nullable InetAddress host, @Nullable InetAddress gateway, in makeHostRoute()
|
D | StaticIpConfiguration.java | 62 public InetAddress gateway; field in StaticIpConfiguration 145 public @NonNull Builder setGateway(@Nullable InetAddress gateway) { in setGateway()
|
D | DhcpResults.java | 45 public InetAddress gateway; field in DhcpResults 254 public void setGateway(InetAddress gateway) { in setGateway()
|
D | DhcpInfo.java | 27 public int gateway; field in DhcpInfo
|
/frameworks/opt/net/ethernet/tests/java/com/android/server/ethernet/ |
D | EthernetTrackerTest.java | 121 StaticIpConfigBuilder setGateway(String gateway) { in setGateway()
|
/frameworks/base/tests/net/common/java/android/net/ |
D | RouteInfoTest.java | 77 public PatchedRouteInfo(IpPrefix destination, InetAddress gateway, String iface) { in testMatches()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiBackupDataV1Parser.java | 506 InetAddress gateway = NetworkUtils.numericToInetAddress(gatewayAddressString); in parseIpConfigurationFromXml() local
|
D | ClientModeImpl.java | 1278 InetAddress gateway = RouteInfo.selectBestRoute( in getDstMacForKeepalive() local
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | IpConfigStore.java | 296 InetAddress gateway = null; in readIpConfigurations() local
|
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/ |
D | OffloadController.java | 472 final String gateway = ri.getGateway().getHostAddress(); in pushUpstreamParameters() local
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | NetworkDiagnostics.java | 194 InetAddress gateway = route.getGateway(); in NetworkDiagnostics() local
|
D | Vpn.java | 1742 final String gateway = ipv4DefaultRoute.getGateway().getHostAddress(); in startLegacyVpnPrivileged() local
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | XmlUtil.java | 812 InetAddress gateway = in parseStaticIpConfigurationFromXml() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | NetworkManagementService.java | 719 String route, String gateway, String ifName) throws RemoteException { in onRouteChanged()
|