Searched refs:mSubnetMask (Results 1 – 4 of 4) 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 …]
174 protected Inet4Address mSubnetMask; field in DhcpPacket853 addTlv(buf, DHCP_SUBNET_MASK, mSubnetMask); in addCommonServerTlvs()1397 newPacket.mSubnetMask = netMask; in decodeFullPacket()1454 if (mSubnetMask != null) { in toDhcpResults()1456 prefixLength = Inet4AddressUtils.netmaskToPrefixLength(mSubnetMask); in toDhcpResults()1559 pkt.mSubnetMask = netMask; in buildOfferPacket()1608 pkt.mSubnetMask = netMask; in buildAckPacket()
51 + ", netmask " + mSubnetMask + dnsServers in toString()
50 + ", netmask " + mSubnetMask in toString()