Home
last modified time | relevance | path

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

/system/connectivity/dhcp_client/
Ddhcp_options_parser.h56 class UInt8ListParser : public DHCPOptionsParser {
58 UInt8ListParser() {} in UInt8ListParser() function
Ddhcp_options_parser.cc69 bool UInt8ListParser::GetOption(const uint8_t* buffer, in GetOption()
Ddhcp_options_parser_unittest.cc111 parser_.reset(new UInt8ListParser()); in TEST_F()