/frameworks/base/core/java/android/net/ |
D | DhcpResults.java | 48 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/ |
D | IpConfigStore.java | 305 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/ |
D | BaseNetdUnsolicitedEventListener.java | 60 public void onRouteChanged(boolean updated, @NonNull String route, @NonNull String gateway, in onRouteChanged() argument
|
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/ |
D | WifiEntry.java | 476 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/ |
D | network_stack.proto | 211 // Neighbor is default gateway; 215 // Neighbor is both the default gateway and DNS server;
|
/frameworks/base/tests/vcn/java/com/android/server/vcn/ |
D | VcnTest.java | 197 for (final VcnGatewayConnection gateway : gatewayConnections) { in verifyUpdateSubscriptionSnapshotNotifiesGatewayConnections() 198 verify(gateway).updateSubscriptionSnapshot(eq(updatedSnapshot)); in verifyUpdateSubscriptionSnapshotNotifiesGatewayConnections()
|
/frameworks/base/core/proto/android/net/ |
D | networkcapabilities.proto | 42 // carrier's DUN or tethering gateway.
|
/frameworks/base/services/core/java/com/android/server/ |
D | NetworkManagementService.java | 643 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/ |
D | Vpn.java | 2124 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/ |
D | DataConnection.java | 2118 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/ |
D | RIL.java | 7649 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/ |
D | atoms.proto | 8343 // NUD neighbor type, default gateway, DNS server or both.
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 16989 field public int gateway;
|