Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp1705 void PrepareQueryQuestion(TxMessage &aQuery, uint16_t aRrType);
1828 void PrepareQueryQuestion(TxMessage &aQuery, uint16_t aRrType);
Dmdns.cpp5547 void Core::ServiceCache::PrepareQueryQuestion(TxMessage &aQuery, uint16_t aRrType) in PrepareQueryQuestion() function in ot::Dns::Multicast::Core::ServiceCache
5715 PrepareQueryQuestion(aQuery, ResourceRecord::kTypeSrv); in PrepareSrvQuestion()
5885 PrepareQueryQuestion(aQuery, ResourceRecord::kTypeTxt); in PrepareTxtQuestion()
6015 void Core::AddrCache::PrepareQueryQuestion(TxMessage &aQuery, uint16_t aRrType) in PrepareQueryQuestion() function in ot::Dns::Multicast::Core::AddrCache
6366 PrepareQueryQuestion(aQuery, ResourceRecord::kTypeAaaa); in PrepareAaaaQuestion()
6400 void Core::Ip4AddrCache::PrepareAQuestion(TxMessage &aQuery) { PrepareQueryQuestion(aQuery, Resourc… in PrepareAQuestion()