Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_pdu.h142 #define COAP_OPTION_PROXY_SCHEME 39 /* CU-___U, String, 1-255 B, RFC7252 */ macro
/third_party/libcoap/src/
Dcoap_pdu.c546 case COAP_OPTION_PROXY_SCHEME: in coap_option_check_repeatable()
715 number == COAP_OPTION_PROXY_SCHEME)) { in coap_add_option_internal()
1198 case COAP_OPTION_PROXY_SCHEME: in coap_pdu_parse_opt_base()
Dcoap_debug.c539 { COAP_OPTION_PROXY_SCHEME, "Proxy-Scheme" }, in msg_option_string()
952 opt_iter.number == COAP_OPTION_PROXY_SCHEME || in coap_show_pdu()
Dcoap_net.c695 case COAP_OPTION_PROXY_SCHEME: in coap_option_check_critical()
717 coap_check_option(pdu, COAP_OPTION_PROXY_SCHEME, &t_iter))) { in coap_option_check_critical()
2812 opt = coap_check_option(pdu, COAP_OPTION_PROXY_SCHEME, &opt_iter); in handle_request()
3583 coap_check_option(pdu, COAP_OPTION_PROXY_SCHEME, &opt_iter) != NULL && in coap_dispatch()
Dcoap_oscore.c227 COAP_OPTION_PROXY_SCHEME, in coap_rebuild_pdu_for_proxy()
512 case COAP_OPTION_PROXY_SCHEME: in coap_oscore_new_pdu_encrypted()
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in232 COAP_OPTION_PROXY_SCHEME 39 /* CU-___U, String, 1-255 B, RFC7252 */
Dcoap_pdu_setup.txt.in346 COAP_OPTION_PROXY_SCHEME 39 /* CU-___U, String, 1-255 B, RFC7252 */
/third_party/libcoap/examples/
Dcoap-server.c1008 opt = coap_check_option(request, COAP_OPTION_PROXY_SCHEME, &opt_iter); in hnd_proxy_uri()
1123 case COAP_OPTION_PROXY_SCHEME: in hnd_proxy_uri()
Dcoap-client.c1031 if (num == COAP_OPTION_PROXY_SCHEME) { in cmdline_option()