Searched refs:ip6Interfaces (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/nio/channels/DatagramChannel/
H A DNetworkConfiguration.java35 private Map<NetworkInterface,List<InetAddress>> ip6Interfaces; field in class:NetworkConfiguration
38 Map<NetworkInterface,List<InetAddress>> ip6Interfaces)
41 this.ip6Interfaces = ip6Interfaces;
48 Iterable<NetworkInterface> ip6Interfaces() { method in class:NetworkConfiguration
49 return ip6Interfaces.keySet();
57 return ip6Interfaces.get(nif);
63 Map<NetworkInterface,List<InetAddress>> ip6Interfaces =
85 List<InetAddress> list = ip6Interfaces.get(nif);
90 ip6Interfaces
37 NetworkConfiguration(Map<NetworkInterface,List<InetAddress>> ip4Interfaces, Map<NetworkInterface,List<InetAddress>> ip6Interfaces) argument
[all...]
H A DBasicMulticastTests.java214 Iterator<NetworkInterface> iter = config.ip6Interfaces().iterator();
H A DMulticastSendReceiveTests.java242 for (NetworkInterface nif: config.ip6Interfaces()) {

Completed in 30 milliseconds