Home
last modified time | relevance | path

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

/system/connectivity/dhcp_client/
Ddhcp_options_parser.h80 class UInt32PairListParser : public DHCPOptionsParser {
82 UInt32PairListParser() {} in UInt32PairListParser() function
Ddhcp_options_parser.cc124 bool UInt32PairListParser::GetOption(const uint8_t* buffer, in GetOption()
Ddhcp_options_parser_unittest.cc163 parser_.reset(new UInt32PairListParser()); in TEST_F()