Searched refs:ipv4Matcher (Results 1 – 1 of 1) sorted by relevance
676 Matcher ipv4Matcher = IPv4_PATTERN.matcher(address); in addressToBytes() local677 if (ipv4Matcher.matches()) in addressToBytes()681 result[i] = Integer.valueOf(ipv4Matcher.group(i + 1)).byteValue(); in addressToBytes()