Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dmdns.h860 otError otMdnsGetNextIp4AddressResolver(otInstance *aInstance,
/openthread-latest/src/core/api/
Dmdns_api.cpp281 otError otMdnsGetNextIp4AddressResolver(otInstance *aInstance, in otMdnsGetNextIp4AddressResolver() function
/openthread-latest/src/cli/
Dcli_mdns.cpp1063 error = otMdnsGetNextIp4AddressResolver(GetInstancePtr(), iterator, &resolver, &info); in Process()