Searched refs:COAP_OPTION_PROXY_SCHEME (Results 1 – 8 of 8) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | pdu.h | 135 #define COAP_OPTION_PROXY_SCHEME 39 /* CU-___U, String, 1-255 B, RFC7252 */ macro
|
/third_party/libcoap/src/ |
D | coap_debug.c | 352 { COAP_OPTION_PROXY_SCHEME, "Proxy-Scheme" }, in msg_option_string() 649 opt_iter.number == COAP_OPTION_PROXY_SCHEME || in coap_show_pdu()
|
D | pdu.c | 571 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()
|
D | net.c | 728 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/ |
D | coap_pdu_access.txt.in | 208 COAP_OPTION_PROXY_SCHEME 39 /* CU-___U, String, 1-255 B, RFC7252 */
|
D | coap_pdu_setup.txt.in | 302 COAP_OPTION_PROXY_SCHEME 39 /* CU-___U, String, 1-255 B, RFC7252 */
|
/third_party/libcoap/examples/ |
D | coap-server.c | 1022 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()
|
D | coap-client.c | 872 if (num == COAP_OPTION_PROXY_SCHEME) { in cmdline_option()
|