Home
last modified time | relevance | path

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

/system/connectivity/dhcp_client/
Ddhcp_options_parser.h64 class UInt16ListParser : public DHCPOptionsParser {
66 UInt16ListParser() {} in UInt16ListParser() function
Ddhcp_options_parser.cc86 bool UInt16ListParser::GetOption(const uint8_t* buffer, in GetOption()
Ddhcp_options_parser_unittest.cc125 parser_.reset(new UInt16ListParser()); in TEST_F()