Home
last modified time | relevance | path

Searched defs:isEthernet (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DBpfUtils.java137 private static native boolean isEthernet(String iface) throws IOException; in isEthernet() method in BpfUtils
/aosp12/system/netd/server/
H A DOffloadUtils.cpp74 base::Result<bool> isEthernet(const std::string& interface) { in isEthernet() function
H A DClatdController.cpp201 auto isEthernet = android::net::isEthernet(tracker.iface); in maybeStartBpf() local