Home
last modified time | relevance | path

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

/system/connectivity/dhcp_client/
Ddhcp_options_parser.h48 class UInt32Parser : public DHCPOptionsParser {
50 UInt32Parser() {} in UInt32Parser() function
Ddhcp_message.cc79 ParserContext(new UInt32Parser(), &lease_time_))); in DHCPMessage()
83 ParserContext(new UInt32Parser(), &subnet_mask_))); in DHCPMessage()
85 ParserContext(new UInt32Parser(), &server_identifier_))); in DHCPMessage()
87 ParserContext(new UInt32Parser(), &renewal_time_))); in DHCPMessage()
89 ParserContext(new UInt32Parser(), &rebinding_time_))); in DHCPMessage()
Ddhcp_options_parser.cc57 bool UInt32Parser::GetOption(const uint8_t* buffer, in GetOption()
Ddhcp_options_parser_unittest.cc99 parser_.reset(new UInt32Parser()); in TEST_F()