Home
last modified time | relevance | path

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

/system/connectivity/dhcp_client/
Ddhcp_options_writer.h43 int WriteUInt8ListOption(shill::ByteString* buffer,
Ddhcp_options_writer.cc83 int DHCPOptionsWriter::WriteUInt8ListOption(ByteString* buffer, in WriteUInt8ListOption() function in dhcp_client::DHCPOptionsWriter
Ddhcp_options_writer_unittest.cc112 int length = options_writer_->WriteUInt8ListOption(&option, in TEST_F()
Ddhcp_message.cc350 if (options_writer->WriteUInt8ListOption(data, in Serialize()