Searched defs:getaddrinfo (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/net/
H A DInetAddress.java201 // If we prefer IPv4, ignore the RFC3484 ordering we get from getaddrinfo
508 InetAddress[] addresses = bytesToInetAddresses(getaddrinfo(host), host);
516 private static native byte[][] getaddrinfo(String name) throws UnknownHostException; method in class:InetAddress

Completed in 109 milliseconds