Searched refs:kDHCPOptionLeaseTime (Results 1 – 3 of 3) sorted by relevance
29 const uint8_t kDHCPOptionLeaseTime = 51; variable
105 kDHCPOptionLeaseTime, 0x04, LEASE_TIME, // lease time option127 kDHCPOptionLeaseTime, 0x04, LEASE_TIME, // lease time option
78 options_map_.insert(std::make_pair(kDHCPOptionLeaseTime, in DHCPMessage()218 if (options_set.find(kDHCPOptionLeaseTime) == options_set.end()) { in ContainsValidOptions()327 kDHCPOptionLeaseTime, in Serialize()