Searched refs:ProcessResponseRecord (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/core/net/ |
D | mdns.hpp | 1632 void ProcessResponseRecord(const Message &aMessage, uint16_t aRecordOffset); 1735 void ProcessResponseRecord(const Message &aMessage, uint16_t aRecordOffset); 1773 void ProcessResponseRecord(const Message &aMessage, uint16_t aRecordOffset); 1857 void ProcessResponseRecord(const Message &aMessage, uint16_t aRecordOffset); 1874 void ProcessResponseRecord(const Message &aMessage, uint16_t aRecordOffset);
|
D | mdns.cpp | 4161 browseCache->ProcessResponseRecord(*mMessagePtr, aRecordOffset); in ProcessPtrRecord() 4176 srvCache->ProcessResponseRecord(*mMessagePtr, aRecordOffset); in ProcessSrvRecord() 4191 txtCache->ProcessResponseRecord(*mMessagePtr, aRecordOffset); in ProcessTxtRecord() 4206 ip6AddrCache->ProcessResponseRecord(*mMessagePtr, aRecordOffset); in ProcessAaaaRecord() 4221 ip4AddrCache->ProcessResponseRecord(*mMessagePtr, aRecordOffset); in ProcessARecord() 5261 void Core::BrowseCache::ProcessResponseRecord(const Message &aMessage, uint16_t aRecordOffset) in ProcessResponseRecord() function in ot::Dns::Multicast::Core::BrowseCache 5631 void Core::SrvCache::ProcessResponseRecord(const Message &aMessage, uint16_t aRecordOffset) in ProcessResponseRecord() function in ot::Dns::Multicast::Core::SrvCache 5829 void Core::TxtCache::ProcessResponseRecord(const Message &aMessage, uint16_t aRecordOffset) in ProcessResponseRecord() function in ot::Dns::Multicast::Core::TxtCache 6349 void Core::Ip6AddrCache::ProcessResponseRecord(const Message &aMessage, uint16_t aRecordOffset) in ProcessResponseRecord() function in ot::Dns::Multicast::Core::Ip6AddrCache 6382 void Core::Ip4AddrCache::ProcessResponseRecord(const Message &aMessage, uint16_t aRecordOffset) in ProcessResponseRecord() function in ot::Dns::Multicast::Core::Ip4AddrCache
|