Home
last modified time | relevance | path

Searched refs:ifc (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DInet6Address.java559 …private static int deriveNumericScope (byte[] thisAddr, NetworkInterface ifc) throws UnknownHostEx… in deriveNumericScope() argument
560 Enumeration<InetAddress> addresses = ifc.getInetAddresses(); in deriveNumericScope()
586 NetworkInterface ifc = en.nextElement(); in deriveNumericScope() local
587 if (ifc.getName().equals (ifname)) { in deriveNumericScope()
588 return deriveNumericScope(holder6.ipaddress, ifc); in deriveNumericScope()
/libcore/ojluni/annotations/hiddenapi/java/net/
DInet6Address.java82 private static int deriveNumericScope(byte[] thisAddr, java.net.NetworkInterface ifc) in deriveNumericScope() argument