OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inetAddressToInt
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/net/
NetworkUtils.java
127
public static int
inetAddressToInt
(Inet4Address inetAddr)
/frameworks/base/services/java/com/android/server/wifi/
WifiService.java
660
info.ipAddress = NetworkUtils.
inetAddressToInt
((Inet4Address)addr);
668
info.gateway = NetworkUtils.
inetAddressToInt
((Inet4Address)gateway);
682
info.dns1 = NetworkUtils.
inetAddressToInt
((Inet4Address)dns);
684
info.dns2 = NetworkUtils.
inetAddressToInt
((Inet4Address)dns);
691
info.serverAddress = NetworkUtils.
inetAddressToInt
((Inet4Address)serverAddress);
[
all
...]
/frameworks/base/wifi/java/android/net/wifi/
WifiInfo.java
236
result = NetworkUtils.
inetAddressToInt
((Inet4Address)mIpAddress);
Completed in 159 milliseconds