Home
last modified time | relevance | path

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

/system/connectivity/dhcp_client/
Ddhcp_options_parser.h72 class UInt32ListParser : public DHCPOptionsParser {
74 UInt32ListParser() {} in UInt32ListParser() function
Ddhcp_message.cc91 ParserContext(new UInt32ListParser(), &dns_server_))); in DHCPMessage()
93 ParserContext(new UInt32ListParser(), &router_))); in DHCPMessage()
Ddhcp_options_parser.cc105 bool UInt32ListParser::GetOption(const uint8_t* buffer, in GetOption()
Ddhcp_options_parser_unittest.cc144 parser_.reset(new UInt32ListParser()); in TEST_F()