Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/coap/
Dcoap_message.hpp158 kOptionProxyUri = OT_COAP_OPTION_PROXY_URI, ///< Proxy-Uri enumerator
492 …Error AppendProxyUriOption(const char *aProxyUri) { return AppendStringOption(kOptionProxyUri, aPr… in AppendProxyUriOption()