Searched defs:hextets (Results 1 – 3 of 3) sorted by relevance
40 int[] hextets = new int[IPV6_PART_COUNT]; in toAddrString() local48 private static void compressLongestRunOfZeroes(int[] hextets) { in compressLongestRunOfZeroes()71 private static String hextetsToIPv6String(int[] hextets) { in hextetsToIPv6String()
362 int[] hextets = new int[IPV6_PART_COUNT]; in toAddrString() local380 private static void compressLongestRunOfZeroes(int[] hextets) { in compressLongestRunOfZeroes()411 private static String hextetsToIPv6String(int[] hextets) { in hextetsToIPv6String()
1762 def _compress_hextets(cls, hextets): argument