Home
last modified time | relevance | path

Searched defs:aSection (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/net/
Dmdns.cpp414 void Core::UpdateCacheFlushFlagIn(ResourceRecord &aResourceRecord, Section aSection, bool aIsLegacy… in UpdateCacheFlushFlagIn()
850 void Core::RecordInfo::MarkAsAppended(TxMessage &aTxMessage, Section aSection) in MarkAsAppended()
1380 void Core::Entry::AppendKeyRecordTo(TxMessage &aTxMessage, Section aSection, NameAppender aNameAppe… in AppendKeyRecordTo()
1411 Section aSection, in AppendNsecRecordTo()
1744 void Core::HostEntry::AppendAddressRecordsTo(TxMessage &aTxMessage, Section aSection) in AppendAddressRecordsTo()
1773 void Core::HostEntry::AppendKeyRecordTo(TxMessage &aTxMessage, Section aSection) in AppendKeyRecordTo()
1778 void Core::HostEntry::AppendNsecRecordTo(TxMessage &aTxMessage, Section aSection) in AppendNsecRecordTo()
1798 void Core::HostEntry::AppendEntryName(Entry &aEntry, TxMessage &aTxMessage, Section aSection) in AppendEntryName()
1803 void Core::HostEntry::AppendNameTo(TxMessage &aTxMessage, Section aSection) in AppendNameTo()
2541 void Core::ServiceEntry::AppendSrvRecordTo(TxMessage &aTxMessage, Section aSection) in AppendSrvRecordTo()
[all …]
Ddns_client.cpp131 void Client::Response::SelectSection(Section aSection, uint16_t &aOffset, uint16_t &aNumRecord) con… in SelectSection()
154 Error Client::Response::CheckForHostNameAlias(Section aSection, Name &aHostName) const in CheckForHostNameAlias()
200 Error Client::Response::FindHostAddress(Section aSection, in FindHostAddress()
225 Error Client::Response::FindARecord(Section aSection, const Name &aHostName, uint16_t aIndex, AReco… in FindARecord()
263 Error Client::Response::ReadServiceInfo(Section aSection, const Name &aName, ServiceInfo &aServiceI… in ReadServiceInfo()
321 Error Client::Response::ReadTxtRecord(Section aSection, const Name &aName, ServiceInfo &aServiceInf… in ReadTxtRecord()
Dmdns.hpp809 void Increment(Section aSection) { mCounts[aSection]++; } in Increment()
1239 void IncrementRecordCount(Section aSection) { mRecordCounts.Increment(aSection); } in IncrementRecordCount()
/openthread-latest/tests/unit/
Dtest_mdns.cpp1166 …atic void SendPtrResponse(const char *aName, const char *aPtrName, uint32_t aTtl, Section aSection) in SendPtrResponse()
1213 Section aSection) in SendSrvResponse()
1261 Section aSection) in SendTxtResponse()
1306 Section aSection) in SendHostAddrResponse()
1358 static void SendResponseWithEmptyKey(const char *aName, Section aSection) in SendResponseWithEmptyKey()