Home
last modified time | relevance | path

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

/system/connectivity/dhcp_client/
Ddhcp_message_unittest.cc195 msg.client_hardware_address().GetConstData(), in TEST_F()
196 msg.client_hardware_address().GetLength())); in TEST_F()
214 msg.client_hardware_address().GetConstData(), in TEST_F()
215 msg.client_hardware_address().GetLength())); in TEST_F()
229 msg.client_hardware_address().GetConstData(), in TEST_F()
230 msg.client_hardware_address().GetLength())); in TEST_F()
Ddhcp_message.h69 const shill::ByteString& client_hardware_address);
83 const shill::ByteString& client_hardware_address() const { in client_hardware_address() function
Ddhcp_message.cc398 const ByteString& client_hardware_address) { in SetClientHardwareAddress() argument
399 client_hardware_address_ = client_hardware_address; in SetClientHardwareAddress()