Home | History | Annotate | Download | only in net

Lines Matching defs:dns

42  * multiple dns servers but only one http proxy and one
275 * Adds the given {@link InetAddress} to the list of DNS servers, if not present.
277 * @param dnsServer The {@link InetAddress} to add to the list of DNS servers.
278 * @return true if the DNS server was added, false if it was already present.
290 * Replaces the DNS servers in this {@code LinkProperties} with
293 * @param addresses The {@link Collection} of DNS servers to set in this object.
304 * Returns all the {@link InetAddress} for DNS servers on this link.
306 * @return An umodifiable {@link List} of {@link InetAddress} for DNS servers on
314 * Sets the DNS domain search path used on this link.
325 * Get the DNS domains search path set for this link.
557 String dns = "DnsAddresses: [";
558 for (InetAddress addr : mDnses) dns += addr.getHostAddress() + ",";
559 dns += "] ";
583 return "{" + ifaceName + linkAddresses + routes + dns + domainName + mtu
648 * Returns true if this link has an IPv4 DNS server.
650 * @return {@code true} if there is an IPv4 DNS server, {@code false} otherwise.
663 * Returns true if this link has an IPv6 DNS server.
665 * @return {@code true} if there is an IPv6 DNS server, {@code false} otherwise.
679 * This requires an IP address, default route, and DNS server.
691 * This requires an IP address, default route, and DNS server.
738 * Compares this {@code LinkProperties} DNS addresses against the target
890 * Compares the DNS addresses in this LinkProperties with another
891 * LinkProperties, examining only DNS addresses on the base link.
893 * @param target a LinkProperties with the new list of dns addresses
894 * @return the differences between the DNS addresses.
900 * dns address which are common between mDnses and target
901 * leaving the addresses that are different. And dns address which