Searched defs:isEthernet (Results 1 – 3 of 3) sorted by relevance
137 private static native boolean isEthernet(String iface) throws IOException; in isEthernet() method in BpfUtils
74 base::Result<bool> isEthernet(const std::string& interface) { in isEthernet() function
201 auto isEthernet = android::net::isEthernet(tracker.iface); in maybeStartBpf() local