Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Drtnl_message_unittest.cc408 EXPECT_TRUE(msg.HasAttribute(IFLA_ADDRESS)); in TestParseLink()
409 EXPECT_EQ(address.GetLength(), msg.GetAttribute(IFLA_ADDRESS).GetLength()); in TestParseLink()
410 EXPECT_TRUE(msg.GetAttribute(IFLA_ADDRESS).Equals(address)); in TestParseLink()
772 EXPECT_FALSE(msg.HasAttribute(IFLA_ADDRESS)); in TEST_F()
/system/extras/tests/net_test/
Diproute.py173 IFLA_ADDRESS = 1 variable
/system/connectivity/shill/
Ddevice_info.cc663 if (msg.HasAttribute(IFLA_ADDRESS)) { in AddLinkMsgHandler()
664 infos_[dev_index].mac_address = msg.GetAttribute(IFLA_ADDRESS); in AddLinkMsgHandler()
Ddevice_info_unittest.cc235 message->SetAttribute(IFLA_ADDRESS, test_address); in BuildLinkMessageWithInterfaceName()