Lines Matching defs:addresses

41  * It may have multiple addresses and multiple gateways,
204 * Returns all the addresses on this link. We often think of a link having a single address,
205 * however, particularly with Ipv6 several addresses are typical. Note that the
214 List<InetAddress> addresses = new ArrayList<InetAddress>();
216 addresses.add(linkAddress.getAddress());
218 return Collections.unmodifiableList(addresses);
222 * Returns all the addresses on this link and all the links stacked above it.
226 List<InetAddress> addresses = new ArrayList<InetAddress>();
228 addresses.add(linkAddress.getAddress());
231 addresses.addAll(stacked.getAllAddresses());
233 return addresses;
290 * one IPv4 address and one or more IPv6 addresses.
299 * Returns all the addresses on this link and all the links stacked above it.
303 List<LinkAddress> addresses = new ArrayList<LinkAddress>();
304 addresses.addAll(mLinkAddresses);
306 addresses.addAll(stacked.getAllLinkAddresses());
308 return addresses;
315 * @param addresses The {@link Collection} of {@link LinkAddress} to set in this
319 public void setLinkAddresses(Collection<LinkAddress> addresses) {
321 for (LinkAddress address: addresses) {
359 * @param addresses The {@link Collection} of DNS servers to set in this object.
807 // TODO: better source address evaluation for destination addresses.
841 * Compares this {@code LinkProperties} interface addresses against the target
855 * Compares this {@code LinkProperties} DNS addresses against the target
978 * Compares the addresses in this LinkProperties with another
979 * LinkProperties, examining only addresses on the base link.
981 * @param target a LinkProperties with the new list of addresses
982 * @return the differences between the addresses.
989 * leaving the addresses that are different. And address which
1007 * Compares the DNS addresses in this LinkProperties with another
1008 * LinkProperties, examining only DNS addresses on the base link.
1010 * @param target a LinkProperties with the new list of dns addresses
1011 * @return the differences between the DNS addresses.
1018 * leaving the addresses that are different. And dns address which