Searched refs:otMdnsAddressResolver (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/include/openthread/ |
D | mdns.h | 536 typedef otPlatDnssdAddressResolver otMdnsAddressResolver; typedef 684 otError otMdnsStartIp6AddressResolver(otInstance *aInstance, const otMdnsAddressResolver *aResolver… 697 otError otMdnsStopIp6AddressResolver(otInstance *aInstance, const otMdnsAddressResolver *aResolver); 722 otError otMdnsStartIp4AddressResolver(otInstance *aInstance, const otMdnsAddressResolver *aResolver… 735 otError otMdnsStopIp4AddressResolver(otInstance *aInstance, const otMdnsAddressResolver *aResolver); 838 otMdnsAddressResolver *aResolver, 862 otMdnsAddressResolver *aResolver,
|
/openthread-latest/src/core/api/ |
D | mdns_api.cpp | 203 otError otMdnsStartIp6AddressResolver(otInstance *aInstance, const otMdnsAddressResolver *aResolver) in otMdnsStartIp6AddressResolver() 210 otError otMdnsStopIp6AddressResolver(otInstance *aInstance, const otMdnsAddressResolver *aResolver) in otMdnsStopIp6AddressResolver() 217 otError otMdnsStartIp4AddressResolver(otInstance *aInstance, const otMdnsAddressResolver *aResolver) in otMdnsStartIp4AddressResolver() 224 otError otMdnsStopIp4AddressResolver(otInstance *aInstance, const otMdnsAddressResolver *aResolver) in otMdnsStopIp4AddressResolver() 271 otMdnsAddressResolver *aResolver, in otMdnsGetNextIp6AddressResolver() 283 otMdnsAddressResolver *aResolver, in otMdnsGetNextIp4AddressResolver()
|
/openthread-latest/src/cli/ |
D | cli_mdns.cpp | 797 otMdnsAddressResolver resolver; in Process() 850 otMdnsAddressResolver resolver; in Process() 1015 otMdnsAddressResolver resolver; in Process() 1054 otMdnsAddressResolver resolver; in Process()
|
/openthread-latest/src/core/net/ |
D | mdns.hpp | 116 typedef otMdnsAddressResolver AddressResolver; ///< Address resolver.
|