Home
last modified time | relevance | path

Searched refs:getMTU0 (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DNetworkInterface.java451 return getMTU0(name, index); in getMTU()
475 private native static int getMTU0(String name, int ind) throws SocketException; in getMTU0() method
/libcore/ojluni/src/main/native/
DNetworkInterface.c1066 NATIVE_METHOD(NetworkInterface, getMTU0, "(Ljava/lang/String;I)I"),