Home
last modified time | relevance | path

Searched refs:subnetMask (Results 1 – 2 of 2) sorted by relevance

/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
DPKIXNameConstraintValidator.java406 private byte[] ipWithSubnetMask(byte[] ip, byte[] subnetMask) in ipWithSubnetMask() argument
411 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()
/external/quake/quake/src/WinQuake/
Dnet_bw.cpp210 byte subnetMask; member
332 netmask = 0xffffffff >> (32 - ethdevinfo.subnetMask); in BW_Init()