Searched refs:getAllByName0 (Results 1 - 2 of 2) 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
H A DSocketPermission.java690 // auth = InetAddress.getAllByName0(authHost, false)[0];
692 auth = InetAddress.getAllByName0(authHost, false)[0];
723 //auth = InetAddress.getAllByName0(authHost, false)[0];
725 auth = InetAddress.getAllByName0(authHost, false)[0];
767 new InetAddress[] {InetAddress.getAllByName0(host, false)[0]};

Completed in 35 milliseconds