Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DInet6Address.java551 …private static int deriveNumericScope (byte[] thisAddr, NetworkInterface ifc) throws UnknownHostEx… in deriveNumericScope() argument
552 Enumeration<InetAddress> addresses = ifc.getInetAddresses(); in deriveNumericScope()
578 NetworkInterface ifc = en.nextElement(); in deriveNumericScope() local
579 if (ifc.getName().equals (ifname)) { in deriveNumericScope()
580 return deriveNumericScope(holder6.ipaddress, ifc); in deriveNumericScope()
/libcore/ojluni/src/main/java/java/lang/
DClass.java1513 Class<?> ifc = (Class<?>) iftable[i]; in getPublicMethodsInternal() local
1514 Collections.addAll(result, ifc.getDeclaredMethodsUnchecked(true)); in getPublicMethodsInternal()
2117 Class<?> ifc = (Class<?>) iftable[i]; in findInterfaceMethod() local
2118 Method result = ifc.getPublicMethodRecursive(name, parameterTypes); in findInterfaceMethod()
/libcore/ojluni/annotations/hiddenapi/java/net/
DInet6Address.java82 private static int deriveNumericScope(byte[] thisAddr, java.net.NetworkInterface ifc) in deriveNumericScope() argument