Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/net/
DNetworkInterfaceTest.java140 flags += " MTU=" + nif.getMTU(); in testDumpAll()
179 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.java565 public int getMTU() throws SocketException { in getMTU() method in NetworkInterface