Searched defs:addrs (Results 1 – 8 of 8) sorted by relevance
48 const std::vector<std::string> addrs; member
69 const std::array<std::string, 2>& addrs) { in makePair()87 const std::array<std::string, 2>& addrs) { in makePair()
210 private static int[] toIntArray(Collection<Inet4Address> addrs) { in toIntArray()
377 private int[] toIntArray(@NonNull Collection<Inet4Address> addrs) { in toIntArray()
133 final HashSet<Inet4Address> addrs = new HashSet<>(); in requestAddresses() local
156 private static Set<Inet4Address> toInet4AddressSet(@Nullable int[] addrs) { in toInet4AddressSet()
678 protected static void addTlv(ByteBuffer buf, byte type, @Nullable List<Inet4Address> addrs) { in addTlv()
1752 final List<InetAddress> addrs = Arrays.asList(super.getAllByName(host)); in getAllByName() local