Home
last modified time | relevance | path

Searched refs:accepted_hostname (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/
Dipconfig.h67 std::string accepted_hostname; member
Dipconfig.cc87 &properties_.accepted_hostname); in Init()
Ddevice.cc933 SetHostname(ipconfig->properties().accepted_hostname); in SetupConnection()
/system/connectivity/shill/dhcp/
Ddhcpv4_config.cc387 properties->accepted_hostname = value.Get<string>(); in ParseConfiguration()
Ddhcpv4_config_unittest.cc341 EXPECT_EQ("hostname", properties.accepted_hostname); in TEST_F()