Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dmdns.h536 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/
Dmdns_api.cpp203 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/
Dcli_mdns.cpp797 otMdnsAddressResolver resolver; in Process()
850 otMdnsAddressResolver resolver; in Process()
1015 otMdnsAddressResolver resolver; in Process()
1054 otMdnsAddressResolver resolver; in Process()
/openthread-latest/src/core/net/
Dmdns.hpp116 typedef otMdnsAddressResolver AddressResolver; ///< Address resolver.