OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getByInetAddress0
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/java/java/net/
NetworkInterface.java
317
return
getByInetAddress0
(addr);
365
private native static NetworkInterface
getByInetAddress0
(InetAddress addr)
/libcore/ojluni/src/main/native/
NetworkInterface.c
247
* Method:
getByInetAddress0
1072
NATIVE_METHOD(NetworkInterface,
getByInetAddress0
, "(Ljava/net/InetAddress;)Ljava/net/NetworkInterface;"),
Completed in 195 milliseconds