Searched defs:mGateway (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
H A DRouteInfo.java58 private final InetAddress mGateway; field in class:RouteInfo
135 // TODO: set mGateway to null if there is no gateway. This is more correct, saves space, and
154 mGateway = gateway; // InetAddress objects are immutable.
292 return mGateway;
412 if (mGateway != null) val += " " + mGateway.getHostAddress();
433 Objects.equals(mGateway, target.getGateway()) &&
443 + (mGateway == null ? 0 :mGateway.hashCode() * 47)
460 byte[] gatewayBytes = (mGateway
[all...]
/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpPacket.java126 protected Inet4Address mGateway; field in class:DhcpPacket
991 newPacket.mGateway = gateway;
1047 results.gateway = mGateway;
1093 pkt.mGateway = gateway;
1113 pkt.mGateway = gateway;

Completed in 141 milliseconds