Searched refs:subnet (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DNetMaskImpl.java42 * This class is used to represent a subnet mask (a group of hosts matching the same
51 protected byte[] subnet = null; field in class:NetMaskImpl
62 byte[] subnet = null;
81 subnet = b;
82 return subnet;
131 subnet = new byte[subnetSize];
134 "Resulting subnet : ");
137 subnet[i] = b[i];
141 (subnet[i] & 0xFF) +":");
146 subnet[partialyCoveredInde
[all...]

Completed in 234 milliseconds