Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dmdns.h740 typedef struct otMdnsCacheInfo struct
744 } otMdnsCacheInfo; typedef
767 otMdnsCacheInfo *aInfo);
791 otMdnsCacheInfo *aInfo);
815 otMdnsCacheInfo *aInfo);
839 otMdnsCacheInfo *aInfo);
863 otMdnsCacheInfo *aInfo);
/openthread-latest/src/core/api/
Dmdns_api.cpp236 otMdnsCacheInfo *aInfo) in otMdnsGetNextBrowser()
248 otMdnsCacheInfo *aInfo) in otMdnsGetNextSrvResolver()
260 otMdnsCacheInfo *aInfo) in otMdnsGetNextTxtResolver()
272 otMdnsCacheInfo *aInfo) in otMdnsGetNextIp6AddressResolver()
284 otMdnsCacheInfo *aInfo) in otMdnsGetNextIp4AddressResolver()
/openthread-latest/src/cli/
Dcli_mdns.cpp174 void Mdns::OutputCacheInfo(const otMdnsCacheInfo &aInfo) in OutputCacheInfo()
890 otMdnsCacheInfo info; in Process()
936 otMdnsCacheInfo info; in Process()
975 otMdnsCacheInfo info; in Process()
1014 otMdnsCacheInfo info; in Process()
1053 otMdnsCacheInfo info; in Process()
Dcli_mdns.hpp111 void OutputCacheInfo(const otMdnsCacheInfo &aInfo);
/openthread-latest/src/core/net/
Dmdns.hpp121 typedef otMdnsCacheInfo CacheInfo; ///< Cache information.