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 …]
166 protected Inet4Address mSubnetMask; field in DhcpPacket782 addTlv(buf, DHCP_SUBNET_MASK, mSubnetMask); in addCommonServerTlvs()1288 newPacket.mSubnetMask = netMask; in decodeFullPacket()1339 if (mSubnetMask != null) { in toDhcpResults()1341 prefixLength = Inet4AddressUtils.netmaskToPrefixLength(mSubnetMask); in toDhcpResults()1420 pkt.mSubnetMask = netMask; in buildOfferPacket()1447 pkt.mSubnetMask = netMask; in buildAckPacket()
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()
50 return s + " OFFER, ip " + mYourIp + ", mask " + mSubnetMask + in toString()
50 ", netmask " + mSubnetMask + in toString()