Searched refs:ifc (Results 1 – 2 of 2) 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