Searched refs:ifName (Results 1 – 1 of 1) sorted by relevance
214 private static boolean isEthernet(String ifName) throws Exception { in isEthernet() argument215 return ethernetNamePattern.matcher(ifName).matches(); in isEthernet()