Searched refs:netMask (Results 1 – 2 of 2) sorted by relevance
102 long netMask = bitSet.toLongArray()[0]; in isOnInterface() local104 if ((toLong(networkAddress) & netMask) == (addressLong & netMask)) { in isOnInterface()
920 Inet4Address netMask = null; in decodeFullPacket() local1113 netMask = readIpAddress(packet); in decodeFullPacket()1288 newPacket.mSubnetMask = netMask; in decodeFullPacket()1407 Inet4Address yourIp, byte[] mac, Integer timeout, Inet4Address netMask, in buildOfferPacket() argument1420 pkt.mSubnetMask = netMask; in buildOfferPacket()1435 Inet4Address requestClientIp, byte[] mac, Integer timeout, Inet4Address netMask, in buildAckPacket() argument1447 pkt.mSubnetMask = netMask; in buildAckPacket()