Home
last modified time | relevance | path

Searched refs:AppendProxyUriOption (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/api/
Dcoap_api.cpp120 return AsCoapMessage(aMessage).AppendProxyUriOption(aUriPath); in otCoapMessageAppendProxyUriOption()
/openthread-latest/src/core/coap/
Dcoap_message.hpp483 …Error AppendProxyUriOption(const char *aProxyUri) { return AppendStringOption(kOptionProxyUri, aPr… in AppendProxyUriOption() function in ot::Coap::Message