Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dmdns.h475 otError otMdnsGetNextKey(otInstance *aInstance, otMdnsIterator *aIterator, otMdnsKey *aKey, otMdnsE…
/openthread-latest/src/core/api/
Dmdns_api.cpp150 otError otMdnsGetNextKey(otInstance *aInstance, otMdnsIterator *aIterator, otMdnsKey *aKey, otMdnsE… in otMdnsGetNextKey() function
/openthread-latest/src/cli/
Dcli_mdns.cpp580 error = otMdnsGetNextKey(GetInstancePtr(), iterator, &key, &state); in Process()