Home
last modified time | relevance | path

Searched defs:next_domain_name (Results 1 – 2 of 2) sorted by relevance

/external/openscreen/discovery/mdns/
Dmdns_records.h333 NsecRecordRdata(DomainName next_domain_name, Types... types) in NsecRecordRdata()
347 const DomainName& next_domain_name() const { return next_domain_name_; } in next_domain_name() function
Dmdns_records.cc395 NsecRecordRdata::NsecRecordRdata(DomainName next_domain_name, in NsecRecordRdata()