/frameworks/base/core/java/android/net/ |
D | RouteInfo.java | 139 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()
|
D | StaticIpConfiguration.java | 64 public InetAddress gateway; field in StaticIpConfiguration 147 public @NonNull Builder setGateway(@Nullable InetAddress gateway) { in setGateway()
|
D | DhcpInfo.java | 27 public int gateway; field in DhcpInfo
|
D | DhcpResults.java | 46 public InetAddress gateway; field in DhcpResults 266 public void setGateway(InetAddress gateway) { in setGateway()
|
/frameworks/opt/net/ethernet/tests/java/com/android/server/ethernet/ |
D | EthernetTrackerTest.java | 121 StaticIpConfigBuilder setGateway(String gateway) { in setGateway()
|
/frameworks/base/packages/Tethering/src/android/net/util/ |
D | BaseNetdUnsolicitedEventListener.java | 60 public void onRouteChanged(boolean updated, @NonNull String route, @NonNull String gateway, in onRouteChanged()
|
/frameworks/base/tests/net/common/java/android/net/ |
D | RouteInfoTest.java | 127 public PatchedRouteInfo(IpPrefix destination, InetAddress gateway, String iface) { in testMatches()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiBackupDataV1Parser.java | 507 InetAddress gateway = NetworkUtils.numericToInetAddress(gatewayAddressString); in parseIpConfigurationFromXml() local
|
D | ClientModeImpl.java | 1295 InetAddress gateway = NetUtils.selectBestRoute( in getDstMacForKeepalive() local
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | IpConfigStore.java | 297 InetAddress gateway = null; in readIpConfigurations() local
|
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/ |
D | OffloadController.java | 611 final String gateway = ri.getGateway().getHostAddress(); in pushUpstreamParameters() local
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | NetworkDiagnostics.java | 210 InetAddress gateway = route.getGateway(); in NetworkDiagnostics() local
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | XmlUtil.java | 880 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()
|
/frameworks/base/tests/net/java/com/android/server/ |
D | ConnectivityServiceTest.java | 7396 final InetAddress gateway = InetAddress.getByName("fe80::5678"); in testRouteAddDeleteUpdate() local
|