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

/libcore/ojluni/src/main/java/java/net/
H A DInet6Address.java527 private static int deriveNumericScope (byte[] thisAddr, NetworkInterface ifc) throws UnknownHostException { argument
528 Enumeration<InetAddress> addresses = ifc.getInetAddresses();
554 NetworkInterface ifc = en.nextElement();
555 if (ifc.getName().equals (ifname)) {
556 return deriveNumericScope(holder6.ipaddress, ifc);

Completed in 674 milliseconds