Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_coap.cpp875 SuccessOrExit(error = otCoapOptionIteratorInit(&iterator, aMessage)); in HandleRequest()
1087 if (otCoapOptionIteratorInit(&iterator, aMessage) == OT_ERROR_NONE) in HandleResponse()
Dcli_coap_secure.cpp834 SuccessOrExit(error = otCoapOptionIteratorInit(&iterator, aMessage)); in HandleRequest()
/openthread-latest/include/openthread/
Dcoap.h752 otError otCoapOptionIteratorInit(otCoapOptionIterator *aIterator, const otMessage *aMessage);
/openthread-latest/src/core/api/
Dcoap_api.cpp155 otError otCoapOptionIteratorInit(otCoapOptionIterator *aIterator, const otMessage *aMessage) in otCoapOptionIteratorInit() function