Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddnssd_server.cpp765 Section txtSection; in ResolveBySrp() local
834txtSection = ((mType == kTxtQuery) || (mType == kSrvTxtQuery)) ? kAnswerSection : kAdditionalDataS… in ResolveBySrp()
850 if (txtSection == mSection) in ResolveBySrp()
1175 …Section txtSection = ((mType == kTxtQuery) || (mType == kSrvTxtQuery)) ? kAnswerSection : kAdditio… in Answer() local
1200 if (txtSection == mSection) in Answer()
Ddns_client.cpp594 Section txtSection; in GetServiceInfo() local
628txtSection = (info.mQueryType != kServiceQuerySrv) ? kAnswerSection : kAdditionalDataSection; in GetServiceInfo()
639 SuccessOrExit(error = response->ReadTxtRecord(txtSection, name, aServiceInfo)); in GetServiceInfo()