Searched refs:subnetMask (Results 1 – 2 of 2) sorted by relevance
406 private byte[] ipWithSubnetMask(byte[] ip, byte[] subnetMask) in ipWithSubnetMask() argument411 System.arraycopy(subnetMask, 0, temp, ipLength, ipLength); in ipWithSubnetMask()618 byte[] subnetMask = new byte[ipLength]; in isIPConstrained()619 System.arraycopy(constraint, ipLength, subnetMask, 0, ipLength); in isIPConstrained()628 permittedSubnetAddress[i] = (byte)(constraint[i] & subnetMask[i]); in isIPConstrained()629 ipSubnetAddress[i] = (byte)(ip[i] & subnetMask[i]); in isIPConstrained()
210 byte subnetMask; member332 netmask = 0xffffffff >> (32 - ethdevinfo.subnetMask); in BW_Init()