Searched refs:mSubnetMask (Results 1 – 5 of 5) sorted by relevance
118 && (discoverSocket.mSubnetMask == subnetMask)) { in addSocket()152 + HdHomeRunUtils.getIpString(ipInfo.mSubnetMask)); in resetLocalIpSockets()154 addSocket(ipInfo.mIpAddress, ipInfo.mSubnetMask); in resetLocalIpSockets()184 localIpInfo.mSubnetMask = in getLocalIpInfo()209 int targetIp = discoverSocket.mLocalIp | ~discoverSocket.mSubnetMask; in sendWildcardIp()229 if (discoverSocket.mSubnetMask == 0) { in sendTargetIp()232 if ((targetIp & discoverSocket.mSubnetMask) in sendTargetIp()233 != (discoverSocket.mLocalIp & discoverSocket.mSubnetMask)) { in sendTargetIp()307 int mSubnetMask; field in HdHomeRunDiscover.HdHomeRunDiscoverSocket314 mSubnetMask = subnetMask; in HdHomeRunDiscoverSocket()[all …]
81 private int mSubnetMask; field in DhcpLeaseRepository147 mSubnetMask = prefixLengthToV4NetmaskIntHTH(mPrefixLength); in updateParams()148 mSubnetAddr = inet4AddressToIntHTH((Inet4Address) prefix.getAddress()) & mSubnetMask; in updateParams()522 return addr & ~mSubnetMask; in getAddrIndex()
51 + ", mask " + mSubnetMask + dnsServers in toString()
172 protected Inet4Address mSubnetMask; field in DhcpPacket844 addTlv(buf, DHCP_SUBNET_MASK, mSubnetMask); in addCommonServerTlvs()1370 newPacket.mSubnetMask = netMask; in decodeFullPacket()1423 if (mSubnetMask != null) { in toDhcpResults()1425 prefixLength = Inet4AddressUtils.netmaskToPrefixLength(mSubnetMask); in toDhcpResults()1524 pkt.mSubnetMask = netMask; in buildOfferPacket()1568 pkt.mSubnetMask = netMask; in buildAckPacket()
50 + ", netmask " + mSubnetMask in toString()