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

/openjdk7/jdk/src/share/classes/java/net/
H A DInetAddress.java600 InetAddress[] arr = InetAddress.getAllByName0(host, check);
1155 return getAllByName0(host, reqAddr, true);
1205 private static InetAddress[] getAllByName0 (String host) method in class:InetAddress
1208 return getAllByName0(host, true);
1214 static InetAddress[] getAllByName0 (String host, boolean check) method in class:InetAddress
1216 return getAllByName0 (host, null, check);
1219 private static InetAddress[] getAllByName0 (String host, InetAddress reqAddr, boolean check) method in class:InetAddress

Completed in 31 milliseconds