OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lookupAllHostAddr
(Results
1 - 3
of
3
) sorted by null
/libcore/ojluni/src/main/java/sun/net/spi/nameservice/
NameService.java
31
public java.net.InetAddress[]
lookupAllHostAddr
(String host, int netId) throws UnknownHostException;
/libcore/ojluni/src/main/java/java/net/
InetAddressImpl.java
41
InetAddress[]
lookupAllHostAddr
(String hostname, int netId) throws UnknownHostException;
Inet6AddressImpl.java
57
public InetAddress[]
lookupAllHostAddr
(String host, int netId) throws UnknownHostException {
Completed in 239 milliseconds