Searched refs:ttl_ (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | dns-proto.h | 57 : DNSQuestion(name, rrtype, qclass), ttl_(ttl) {} in DNSRR() 59 : DNSQuestion(name, rrtype), ttl_(ttl) {} in DNSRR() 62 int ttl_; member
|
D | dns-proto.cc | 487 PushInt32(&data, ttl_); in data()
|
/external/openscreen/discovery/mdns/ |
D | mdns_records.h | 486 std::chrono::seconds ttl() const { return ttl_; } in ttl() 493 record.ttl_.count(), record.rdata_); in AbslHashValue() 508 std::chrono::seconds ttl_{kDefaultRecordTTLSeconds};
|
D | mdns_records.cc | 567 ttl_(ttl), in MdnsRecord() 569 OSP_DCHECK(IsValidConfig(name_, dns_type, ttl_, rdata_)); in MdnsRecord() 609 return IsReannouncementOf(rhs) && ttl_ == rhs.ttl_; in operator ==()
|