Searched refs:seconds_ (Results 1 – 2 of 2) sorted by relevance
126 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()
123 uint16_t seconds_; variable