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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DMulticastSocketTest.java57 private NetworkInterface ipv6NetworkInterface; field in class:MulticastSocketTest
81 && (ipv4NetworkInterface == null || ipv6NetworkInterface == null)) {
87 if (nextAddress instanceof Inet6Address && ipv6NetworkInterface == null) {
88 ipv6NetworkInterface = nextInterface;
98 ipv4NetworkInterface != null && ipv6NetworkInterface != null);
179 if (ipv6NetworkInterface != null) {
181 mss.setNetworkInterface(ipv6NetworkInterface);
183 ipv6NetworkInterface, mss.getNetworkInterface());
309 ipv6NetworkInterface, GOOD_IPv6, BAD_IPv6);
413 sendingInterface = ipv6NetworkInterface;
[all...]

Completed in 93 milliseconds