Home
last modified time | relevance | path

Searched refs:hostAddress (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/net/shared/
DInet4AddressUtils.java37 public static Inet4Address intToInet4AddressHTL(int hostAddress) { in intToInet4AddressHTL() argument
38 return intToInet4AddressHTH(Integer.reverseBytes(hostAddress)); in intToInet4AddressHTL()
45 public static Inet4Address intToInet4AddressHTH(int hostAddress) { in intToInet4AddressHTH() argument
46 byte[] addressBytes = { (byte) (0xff & (hostAddress >> 24)), in intToInet4AddressHTH()
47 (byte) (0xff & (hostAddress >> 16)), in intToInet4AddressHTH()
48 (byte) (0xff & (hostAddress >> 8)), in intToInet4AddressHTH()
49 (byte) (0xff & hostAddress) }; in intToInet4AddressHTH()
/frameworks/libs/net/common/framework/com/android/net/module/util/
DInet4AddressUtils.java37 public static Inet4Address intToInet4AddressHTL(int hostAddress) { in intToInet4AddressHTL() argument
38 return intToInet4AddressHTH(Integer.reverseBytes(hostAddress)); in intToInet4AddressHTL()
45 public static Inet4Address intToInet4AddressHTH(int hostAddress) { in intToInet4AddressHTH() argument
46 byte[] addressBytes = { (byte) (0xff & (hostAddress >> 24)), in intToInet4AddressHTH()
47 (byte) (0xff & (hostAddress >> 16)), in intToInet4AddressHTH()
48 (byte) (0xff & (hostAddress >> 8)), in intToInet4AddressHTH()
49 (byte) (0xff & hostAddress) }; in intToInet4AddressHTH()
/frameworks/base/core/java/android/net/
DNetworkUtils.java181 public static InetAddress intToInetAddress(int hostAddress) { in intToInetAddress() argument
182 return Inet4AddressUtils.intToInet4AddressHTL(hostAddress); in intToInetAddress()
DIConnectivityManager.aidl82 boolean requestRouteToHostAddress(int networkType, in byte[] hostAddress, in requestRouteToHostAddress() argument
DConnectivityManager.java2021 public boolean requestRouteToHost(int networkType, int hostAddress) { in requestRouteToHost() argument
2022 return requestRouteToHostAddress(networkType, NetworkUtils.intToInetAddress(hostAddress)); in requestRouteToHost()
2045 public boolean requestRouteToHostAddress(int networkType, InetAddress hostAddress) { in requestRouteToHostAddress() argument
2048 return mService.requestRouteToHostAddress(networkType, hostAddress.getAddress(), in requestRouteToHostAddress()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java1838 public boolean requestRouteToHostAddress(int networkType, byte[] hostAddress, in requestRouteToHostAddress() argument
1850 addr = InetAddress.getByAddress(hostAddress); in requestRouteToHostAddress()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt105321 Ljava/net/URL;->hostAddress:Ljava/net/InetAddress;