Searched refs:hardwareAddressType (Results 1 – 4 of 4) sorted by relevance
39 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()
25 int hardwareAddressType(const std::string& interface);
42 int hardwareAddressType(const std::string& interface) { in hardwareAddressType() function
238 int rv = hardwareAddressType(tracker.iface); in maybeStartBpf()