Searched refs:UInt32ListParser (Results 1 – 4 of 4) sorted by relevance
72 class UInt32ListParser : public DHCPOptionsParser {74 UInt32ListParser() {} in UInt32ListParser() function
91 ParserContext(new UInt32ListParser(), &dns_server_))); in DHCPMessage()93 ParserContext(new UInt32ListParser(), &router_))); in DHCPMessage()
105 bool UInt32ListParser::GetOption(const uint8_t* buffer, in GetOption()
144 parser_.reset(new UInt32ListParser()); in TEST_F()