Home
last modified time | relevance | path

Searched refs:value_uint8 (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/dhcp_client/
Ddhcp_options_parser.cc40 uint8_t* value_uint8 = static_cast<uint8_t*>(value); in GetOption() local
41 *value_uint8 = *buffer; in GetOption()
Ddhcp_options_writer.cc171 uint8_t value_uint8 = value ? 1 : 0; in WriteBoolOption() local
176 buffer->Append(ByteString(reinterpret_cast<const char*>(&value_uint8), in WriteBoolOption()