Searched refs:ifc (Results 1 – 3 of 3) sorted by relevance
551 …private static int deriveNumericScope (byte[] thisAddr, NetworkInterface ifc) throws UnknownHostEx… in deriveNumericScope() argument552 Enumeration<InetAddress> addresses = ifc.getInetAddresses(); in deriveNumericScope()578 NetworkInterface ifc = en.nextElement(); in deriveNumericScope() local579 if (ifc.getName().equals (ifname)) { in deriveNumericScope()580 return deriveNumericScope(holder6.ipaddress, ifc); in deriveNumericScope()
1513 Class<?> ifc = (Class<?>) iftable[i]; in getPublicMethodsInternal() local1514 Collections.addAll(result, ifc.getDeclaredMethodsUnchecked(true)); in getPublicMethodsInternal()2117 Class<?> ifc = (Class<?>) iftable[i]; in findInterfaceMethod() local2118 Method result = ifc.getPublicMethodRecursive(name, parameterTypes); in findInterfaceMethod()
82 private static int deriveNumericScope(byte[] thisAddr, java.net.NetworkInterface ifc) in deriveNumericScope() argument