Home
last modified time | relevance | path

Searched refs:otMdnsStopIp6AddressResolver (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dmdns.h697 otError otMdnsStopIp6AddressResolver(otInstance *aInstance, const otMdnsAddressResolver *aResolver);
/openthread-latest/src/core/api/
Dmdns_api.cpp210 otError otMdnsStopIp6AddressResolver(otInstance *aInstance, const otMdnsAddressResolver *aResolver) in otMdnsStopIp6AddressResolver() function
/openthread-latest/src/cli/
Dcli_mdns.cpp815 error = otMdnsStopIp6AddressResolver(GetInstancePtr(), &resolver); in Process()