Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dipconfig.cc151 struct timeval new_expiration_time; in UpdateLeaseExpirationTime() local
152 time_->GetTimeBoottime(&new_expiration_time); in UpdateLeaseExpirationTime()
153 new_expiration_time.tv_sec += new_lease_duration; in UpdateLeaseExpirationTime()
154 current_lease_expiration_time_ = new_expiration_time; in UpdateLeaseExpirationTime()