Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Ddns-proto.h57 : DNSQuestion(name, rrtype, qclass), ttl_(ttl) {} in DNSRR()
59 : DNSQuestion(name, rrtype), ttl_(ttl) {} in DNSRR()
62 int ttl_; member
Ddns-proto.cc487 PushInt32(&data, ttl_); in data()
/external/openscreen/discovery/mdns/
Dmdns_records.h486 std::chrono::seconds ttl() const { return ttl_; } in ttl()
493 record.ttl_.count(), record.rdata_); in AbslHashValue()
508 std::chrono::seconds ttl_{kDefaultRecordTTLSeconds};
Dmdns_records.cc567 ttl_(ttl), in MdnsRecord()
569 OSP_DCHECK(IsValidConfig(name_, dns_type, ttl_, rdata_)); in MdnsRecord()
609 return IsReannouncementOf(rhs) && ttl_ == rhs.ttl_; in operator ==()