Searched refs:isEthernet (Results 1 – 9 of 9) sorted by relevance
32 int error = isEthernet("not_existing_if", result); in TEST()39 int error = isEthernet("lo", result); in TEST()48 int error = isEthernet("wlan0", result); in TEST()61 int error = isEthernet("rmnet_data0", result); in TEST()
24 int isEthernet(const char *iface, bool &isEthernet);
294 public boolean isEthernet(String iface) throws IOException { in isEthernet() method in ClatCoordinator.Dependencies295 return TcUtils.isEthernet(iface); in isEthernet()412 final boolean isEthernet; in maybeStartBpf()414 isEthernet = mDeps.isEthernet(tracker.iface); in maybeStartBpf()422 tracker.pfx96, (short) (isEthernet ? 1 /* ETHER */ : 0 /* RAWIP */)); in maybeStartBpf()501 (short) ETH_P_IPV6, makeIngressProgPath(isEthernet)); in maybeStartBpf()
217 private boolean isEthernet(String iface) { in isEthernet() method in DscpPolicyTracker219 return TcUtils.isEthernet(iface); in isEthernet()236 if (!isEthernet(iface)) { in addDscpPolicy()
476 int isEthernet(const char *iface, bool &isEthernet) { in isEthernet() argument505 isEthernet = true; in isEthernet()510 isEthernet = false; in isEthernet()
36 public static native boolean isEthernet(String iface) throws IOException; in isEthernet() method in TcUtils
86 ether = TcUtils.isEthernet(iface); in attachProgram()
37 int error = isEthernet(interface.c_str(), result); in com_android_net_module_util_TcUtils_isEthernet()
349 public boolean isEthernet(String iface) throws IOException { in isEthernet() method in ClatCoordinatorTest.TestDependencies