Home
last modified time | relevance | path

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

/system/connectivity/dhcp_client/
Ddhcp_options_writer.h34 int WriteUInt8Option(shill::ByteString* buffer,
Ddhcp_options_writer.cc42 int DHCPOptionsWriter::WriteUInt8Option(ByteString* buffer, in WriteUInt8Option() function in dhcp_client::DHCPOptionsWriter
Ddhcp_options_writer_unittest.cc55 int length = options_writer_->WriteUInt8Option(&option, in TEST_F()
Ddhcp_message.cc311 if (options_writer->WriteUInt8Option(data, in Serialize()