Home
last modified time | relevance | path

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

/system/netd/server/
DOffloadUtilsTest.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()
DOffloadUtils.h43 int hardwareAddressType(const std::string& interface);
DOffloadUtils.cpp66 int hardwareAddressType(const std::string& interface) { in hardwareAddressType() function
75 int rv = hardwareAddressType(interface); in isEthernet()