Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dpdu.h135 #define COAP_OPTION_PROXY_SCHEME 39 /* CU-___U, String, 1-255 B, RFC7252 */ macro
/third_party/libcoap/src/
Dcoap_debug.c352 { COAP_OPTION_PROXY_SCHEME, "Proxy-Scheme" }, in msg_option_string()
649 opt_iter.number == COAP_OPTION_PROXY_SCHEME || in coap_show_pdu()
Dpdu.c571 number == COAP_OPTION_PROXY_SCHEME)) { in coap_add_option()
934 case COAP_OPTION_PROXY_SCHEME: if (len < 1 || len > 255) res = 0; break; in coap_pdu_parse_opt_base()
Dnet.c728 case COAP_OPTION_PROXY_SCHEME: in coap_option_check_critical()
2539 opt = coap_check_option(pdu, COAP_OPTION_PROXY_SCHEME, &opt_iter); in handle_request()
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in208 COAP_OPTION_PROXY_SCHEME 39 /* CU-___U, String, 1-255 B, RFC7252 */
Dcoap_pdu_setup.txt.in302 COAP_OPTION_PROXY_SCHEME 39 /* CU-___U, String, 1-255 B, RFC7252 */
/third_party/libcoap/examples/
Dcoap-server.c1022 opt = coap_check_option(request, COAP_OPTION_PROXY_SCHEME, &opt_iter); in hnd_proxy_uri()
1176 case COAP_OPTION_PROXY_SCHEME: in hnd_proxy_uri()
Dcoap-client.c872 if (num == COAP_OPTION_PROXY_SCHEME) { in cmdline_option()