Searched refs:ifc (Results 1 – 3 of 3) sorted by relevance
559 …private static int deriveNumericScope (byte[] thisAddr, NetworkInterface ifc) throws UnknownHostEx… in deriveNumericScope() argument560 Enumeration<InetAddress> addresses = ifc.getInetAddresses(); in deriveNumericScope()586 NetworkInterface ifc = en.nextElement(); in deriveNumericScope() local587 if (ifc.getName().equals (ifname)) { in deriveNumericScope()588 return deriveNumericScope(holder6.ipaddress, ifc); in deriveNumericScope()
82 private static int deriveNumericScope(byte[] thisAddr, java.net.NetworkInterface ifc) in deriveNumericScope() argument
2246 Class<?> ifc = (Class<?>) iftable[i]; in getPublicMethodsInternal() local2247 Collections.addAll(result, ifc.getDeclaredMethodsUnchecked(true)); in getPublicMethodsInternal()2995 Class<?> ifc = (Class<?>) iftable[i]; in findInterfaceMethod() local2996 Method result = ifc.getPublicMethodRecursive(name, parameterTypes); in findInterfaceMethod()