Home
last modified time | relevance | path

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

/system/connectivity/dhcp_client/
Ddhcp_message.cc126 message->seconds_ = ntohs(raw_message->secs); in InitFromBuffer()
251 if (seconds_) { in IsValid()
281 raw_message.secs = htons(seconds_); in Serialize()
443 message->seconds_ = 0; in InitRequest()
Ddhcp_message.h123 uint16_t seconds_; variable