Home
last modified time | relevance | path

Searched refs:ShouldAppendTo (Results 1 – 2 of 2) sorted by relevance

/openthread-3.7.0/src/core/net/
Dmdns.cpp630 bool Core::RecordInfo::ShouldAppendTo(TxMessage &aResponse, TimeMilli aNow) const in ShouldAppendTo() function in ot::Dns::Multicast::Core::RecordInfo
1564 if (mAddrRecord.ShouldAppendTo(aResponse, aNow)) in PrepareResponseRecords()
1570 if (mKeyRecord.ShouldAppendTo(aResponse, aNow)) in PrepareResponseRecords()
2138 if (mPtrRecord.ShouldAppendTo(aResponse, aNow)) in PrepareResponseRecords()
2150 if (subType.mPtrRecord.ShouldAppendTo(aResponse, aNow)) in PrepareResponseRecords()
2172 if (mSrvRecord.ShouldAppendTo(aResponse, aNow)) in PrepareResponseRecords()
2183 if (mTxtRecord.ShouldAppendTo(aResponse, aNow)) in PrepareResponseRecords()
2189 if (mKeyRecord.ShouldAppendTo(aResponse, aNow)) in PrepareResponseRecords()
2737 VerifyOrExit(mServicesPtr.ShouldAppendTo(aResponse, aNow)); in PrepareResponseRecords()
Dmdns.hpp911 bool ShouldAppendTo(TxMessage &aResponse, TimeMilli aNow) const;