Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/net/
H A Dmdns.hpp1734 void PrepareQueryQuestion(TxMessage &aQuery, uint16_t aRrType);
1857 void PrepareQueryQuestion(TxMessage &aQuery, uint16_t aRrType);
H A Dmdns.cpp5386 void Core::ServiceCache::PrepareQueryQuestion(TxMessage &aQuery, uint16_t aRrType) in PrepareQueryQuestion() function in ot::Dns::Multicast::Core::ServiceCache
5554 PrepareQueryQuestion(aQuery, ResourceRecord::kTypeSrv); in PrepareSrvQuestion()
5724 PrepareQueryQuestion(aQuery, ResourceRecord::kTypeTxt); in PrepareTxtQuestion()
5854 void Core::AddrCache::PrepareQueryQuestion(TxMessage &aQuery, uint16_t aRrType) in PrepareQueryQuestion() function in ot::Dns::Multicast::Core::AddrCache
6205 PrepareQueryQuestion(aQuery, ResourceRecord::kTypeAaaa); in PrepareAaaaQuestion()
6239 void Core::Ip4AddrCache::PrepareAQuestion(TxMessage &aQuery) { PrepareQueryQuestion(aQuery, Resourc… in PrepareAQuestion()