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

/libcore/ojluni/src/main/java/java/net/
H A DInet6Address.java242 Inet6Address (String hostName, byte addr[], NetworkInterface nif) throws UnknownHostException { argument
243 initif (hostName, addr, nif);
261 * @param nif an interface this address must be associated with.
269 public static Inet6Address getByAddress(String host, byte[] addr, NetworkInterface nif) argument
278 return new Inet6Address(host, addr, nif);
317 NetworkInterface nif = NetworkInterface.getByName (ifname);
318 if (nif == null) {
321 initif (hostName, addr, nif);
327 private void initif(String hostName, byte addr[],NetworkInterface nif) throws UnknownHostException { argument
333 if (nif !
[all...]

Completed in 238 milliseconds