Home
last modified time | relevance | path

Searched refs:gateway (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/net/
DDhcpResults.java48 public InetAddress gateway; field in DhcpResults
85 .setGateway(gateway) in toStaticIpConfiguration()
94 gateway = source.getGateway(); in DhcpResults()
135 gateway = null; in clear()
236 gateway = InetAddresses.parseNumericAddress(addrString); in setGateway()
265 return gateway; in getGateway()
268 public void setGateway(InetAddress gateway) { in setGateway() argument
269 this.gateway = gateway; in setGateway()
/frameworks/base/services/core/java/com/android/server/net/
DIpConfigStore.java305 InetAddress gateway = null; in readIpConfigurations() local
308 gateway = InetAddresses.parseNumericAddress(in.readUTF()); in readIpConfigurations()
310 gatewayAddress = gateway; in readIpConfigurations()
312 loge("Duplicate gateway: " + gateway.getHostAddress()); in readIpConfigurations()
322 gateway = InetAddresses.parseNumericAddress(in.readUTF()); in readIpConfigurations()
328 gatewayAddress = gateway; in readIpConfigurations()
/frameworks/libs/net/client-libs/netd/com/android/net/module/util/
DBaseNetdUnsolicitedEventListener.java60 public void onRouteChanged(boolean updated, @NonNull String route, @NonNull String gateway, in onRouteChanged() argument
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DWifiEntry.java476 public String gateway; field in WifiEntry.ConnectedInfo
495 gateway = other.gateway; in ConnectedInfo()
925 mConnectedInfo.gateway = routeInfo.getGateway().getHostAddress(); in updateLinkProperties()
/frameworks/proto_logging/stats/enums/stats/connectivity/
Dnetwork_stack.proto211 // Neighbor is default gateway;
215 // Neighbor is both the default gateway and DNS server;
/frameworks/base/tests/vcn/java/com/android/server/vcn/
DVcnTest.java197 for (final VcnGatewayConnection gateway : gatewayConnections) { in verifyUpdateSubscriptionSnapshotNotifiesGatewayConnections()
198 verify(gateway).updateSubscriptionSnapshot(eq(updatedSnapshot)); in verifyUpdateSubscriptionSnapshotNotifiesGatewayConnections()
/frameworks/base/core/proto/android/net/
Dnetworkcapabilities.proto42 // carrier's DUN or tethering gateway.
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java643 String route, String gateway, String ifName) throws RemoteException { in onRouteChanged() argument
645 ("".equals(gateway)) ? null : InetAddresses.parseNumericAddress(gateway), in onRouteChanged()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java2124 final String gateway = ipv4DefaultRoute.getGateway().getHostAddress();
2199 profile.ipsecSecret, profile.username, profile.password, "", gateway,
2205 userCert, caCert, serverCert, profile.username, profile.password, "", gateway,
2211 caCert, serverCert, profile.username, profile.password, "", gateway,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java2118 for (InetAddress gateway : response.getGatewayAddresses()) { in setLinkProperties()
2119 int mtu = gateway instanceof java.net.Inet6Address ? response.getMtuV6() in setLinkProperties()
2131 linkProperties.addRoute(new RouteInfo(null, gateway, null, in setLinkProperties()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java7649 for (String gateway : gateways) { in convertDataCallResult()
7650 gateway = gateway.trim(); in convertDataCallResult()
7653 ia = InetAddresses.parseNumericAddress(gateway); in convertDataCallResult()
7656 Rlog.e(RILJ_LOG_TAG, "Unknown gateway: " + gateway, e); in convertDataCallResult()
/frameworks/proto_logging/stats/
Datoms.proto8343 // NUD neighbor type, default gateway, DNS server or both.
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt16989 field public int gateway;