Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/net/
DNetworkInterfaceTest.java155 flags += " MTU=" + nif.getMTU(); in testDumpAll()
194 lo.getMTU(); in testInterfaceRemoval()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DNetworkInterfaceTest.java424 assertTrue(netif.getName() + "has non-positive MTU", netif.getMTU() >= 0); in test_getMTU()
/libcore/ojluni/src/main/java/java/net/
DNetworkInterface.java642 public int getMTU() throws SocketException { in getMTU() method in NetworkInterface
/libcore/api/
Dcurrent.txt5731 method public int getMTU() throws java.net.SocketException;