Home
last modified time | relevance | path

Searched refs:subnetMask (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/
DHdHomeRunDiscover.java114 private boolean addSocket(int localIp, int subnetMask) { in addSocket() argument
118 && (discoverSocket.mSubnetMask == subnetMask)) { in addSocket()
135 mSockets.add(new HdHomeRunDiscoverSocket(socket, true, localIp, subnetMask)); in addSocket()
310 DatagramSocket socket, boolean detected, int localIp, int subnetMask) { in HdHomeRunDiscoverSocket() argument
314 mSubnetMask = subnetMask; in HdHomeRunDiscoverSocket()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java6870 InetAddress subnetMask = InetAddresses.parseNumericAddress( in configureEapolIpAddressAllocationParamsIfEnabled() local
6878 inet4AddressToIntHTL((Inet4Address) subnetMask), in configureEapolIpAddressAllocationParamsIfEnabled()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java7917 InetAddress subnetMask = InetAddresses.parseNumericAddress( in checkConfigureEapolIpAddressAllocationParams() local
7925 eq(inet4AddressToIntHTL((Inet4Address) subnetMask)), in checkConfigureEapolIpAddressAllocationParams()