Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Drtnl_message_unittest.cc507 EXPECT_TRUE(msg.HasAttribute(RTA_PRIORITY)); in TestParseRoute()
510 msg.GetAttribute(RTA_PRIORITY).ConvertToCPUUInt32(&metric_val)); in TestParseRoute()
513 EXPECT_FALSE(msg.HasAttribute(RTA_PRIORITY)); in TestParseRoute()
735 msg.SetAttribute(RTA_PRIORITY, ByteString::CreateFromCPUUInt32(13)); in TEST_F()
/system/connectivity/shill/
Drouting_table.cc313 if (message.HasAttribute(RTA_PRIORITY)) { in ParseRoutingTableMessage()
314 message.GetAttribute(RTA_PRIORITY).ConvertToCPUUInt32(&metric); in ParseRoutingTableMessage()
462 message.SetAttribute(RTA_PRIORITY, in ApplyRoute()
574 message.SetAttribute(RTA_PRIORITY, in CreateBlackholeRoute()
Drouting_table_unittest.cc199 arg->GetAttribute(RTA_PRIORITY).ConvertToCPUUInt32(&priority) &&
231 arg->GetAttribute(RTA_PRIORITY).ConvertToCPUUInt32(&priority) &&
274 msg.SetAttribute(RTA_PRIORITY, ByteString::CreateFromCPUUInt32(entry.metric)); in SendRouteEntryWithSeqAndProto()
592 !arg->HasAttribute(RTA_PRIORITY);
/system/extras/tests/net_test/
Diproute.py95 RTA_PRIORITY = 6 variable