Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/net/
DNetworkInterfaceTest.java146 if (nif.isPointToPoint()) { in testDumpAll()
209 lo.isPointToPoint(); in testInterfaceRemoval()
282 … assertEquals((getFlags(nif) & IFF_POINTOPOINT) == IFF_POINTOPOINT, nif.isPointToPoint()); in testIsPointToPoint()
/libcore/ojluni/src/main/java/java/net/
DNetworkInterface.java575 public boolean isPointToPoint() throws SocketException { in isPointToPoint() method in NetworkInterface
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DMulticastSocketTest.java898 && !iface.isPointToPoint() in willWorkForMulticast()
/libcore/api/
Dcurrent.txt5965 method public boolean isPointToPoint() throws java.net.SocketException;