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

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAddressMask.java494 * Examine the subnet part of a rule string and build a byte array
497 * @param subnet
498 * The subnet string part of the rule.
500 * If the subnet string is not a valid IPv4 subnet string.
502 private void processIPv4Subnet(final String subnet) throws ConfigException argument
504 final String[] s = subnet.split("\\.", -1);
609 // can only have one prefix value and a subnet string
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAddressMask.java493 * Examine the subnet part of a rule string and build a byte array
496 * @param subnet
497 * The subnet string part of the rule.
499 * If the subnet string is not a valid IPv4 subnet string.
501 private void processIPv4Subnet(final String subnet) throws ConfigException argument
503 final String[] s = subnet.split("\\.", -1);
608 // can only have one prefix value and a subnet string
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAddressMask.java494 * Examine the subnet part of a rule string and build a byte array
497 * @param subnet
498 * The subnet string part of the rule.
500 * If the subnet string is not a valid IPv4 subnet string.
502 private void processIPv4Subnet(final String subnet) throws ConfigException argument
504 final String[] s = subnet.split("\\.", -1);
609 // can only have one prefix value and a subnet string
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAddressMask.java494 * Examine the subnet part of a rule string and build a byte array
497 * @param subnet
498 * The subnet string part of the rule.
500 * If the subnet string is not a valid IPv4 subnet string.
502 private void processIPv4Subnet(final String subnet) throws ConfigException argument
504 final String[] s = subnet.split("\\.", -1);
609 // can only have one prefix value and a subnet string
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAddressMask.java493 * Examine the subnet part of a rule string and build a byte array
496 * @param subnet
497 * The subnet string part of the rule.
499 * If the subnet string is not a valid IPv4 subnet string.
501 private void processIPv4Subnet(final String subnet) throws ConfigException argument
503 final String[] s = subnet.split("\\.", -1);
608 // can only have one prefix value and a subnet string

Completed in 39 milliseconds