Home
last modified time | relevance | path

Searched refs:isPointToPoint (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
DNetworkInterfaceTest.java119 if (nif.isPointToPoint()) { in testDumpAll()
182 lo.isPointToPoint(); in testInterfaceRemoval()
/libcore/ojluni/src/main/java/java/net/
DNetworkInterface.java403 public boolean isPointToPoint() throws SocketException { in isPointToPoint() method
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DMulticastSocketTest.java927 && !iface.isPointToPoint() in willWorkForMulticast()