Searched refs:ntp_ (Results 1 – 5 of 5) sorted by relevance
41 void SetNtp(NtpTime ntp) { ntp_ = ntp; } in SetNtp()43 NtpTime ntp() const { return ntp_; } in ntp()46 NtpTime ntp_;
36 ntp_.Set(seconds, fraction); in Parse()44 ByteWriter<uint32_t>::WriteBigEndian(&buffer[4], ntp_.seconds()); in Create()45 ByteWriter<uint32_t>::WriteBigEndian(&buffer[8], ntp_.fractions()); in Create()
39 void SetNtp(NtpTime ntp) { ntp_ = ntp; } in SetNtp()53 NtpTime ntp() const { return ntp_; } in ntp()72 NtpTime ntp_; variable
67 ntp_.Set(secs, frac); in Parse()103 ByteWriter<uint32_t>::WriteBigEndian(&packet[*index + 4], ntp_.seconds()); in Create()104 ByteWriter<uint32_t>::WriteBigEndian(&packet[*index + 8], ntp_.fractions()); in Create()
196 p->ntp_ ##var = nla_get_u32(tbp[NDTPA_ ##name]); \ in neightbl_msg_parser()