Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/net/
Ddns_client.cpp598 Section srvSection; in GetServiceInfo() local
632srvSection = (info.mQueryType != kServiceQueryTxt) ? kAnswerSection : kAdditionalDataSection; in GetServiceInfo()
635 error = response->ReadServiceInfo(srvSection, name, aServiceInfo); in GetServiceInfo()
637 if ((srvSection == kAdditionalDataSection) && (error == kErrorNotFound)) in GetServiceInfo()