Home
last modified time | relevance | path

Searched refs:hardwareAddressType (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/
DClatUtilsTest.cpp39 ASSERT_EQ(-ENODEV, hardwareAddressType("not_existing_if")); in TEST_F()
43 ASSERT_EQ(ARPHRD_LOOPBACK, hardwareAddressType("lo")); in TEST_F()
48 int type = hardwareAddressType("wlan0"); in TEST_F()
57 int type = hardwareAddressType("rmnet_data0"); in TEST_F()
DClatUtils.h25 int hardwareAddressType(const std::string& interface);
DClatUtils.cpp42 int hardwareAddressType(const std::string& interface) { in hardwareAddressType() function
DClatdController.cpp238 int rv = hardwareAddressType(tracker.iface); in maybeStartBpf()