Searched refs:COAP_OPTION_PROXY_SCHEME (Results 1 – 9 of 9) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | coap_pdu.h | 142 #define COAP_OPTION_PROXY_SCHEME 39 /* CU-___U, String, 1-255 B, RFC7252 */ macro
|
/third_party/libcoap/src/ |
D | coap_pdu.c | 546 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()
|
D | coap_debug.c | 539 { COAP_OPTION_PROXY_SCHEME, "Proxy-Scheme" }, in msg_option_string() 952 opt_iter.number == COAP_OPTION_PROXY_SCHEME || in coap_show_pdu()
|
D | coap_net.c | 695 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()
|
D | coap_oscore.c | 227 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/ |
D | coap_pdu_access.txt.in | 232 COAP_OPTION_PROXY_SCHEME 39 /* CU-___U, String, 1-255 B, RFC7252 */
|
D | coap_pdu_setup.txt.in | 346 COAP_OPTION_PROXY_SCHEME 39 /* CU-___U, String, 1-255 B, RFC7252 */
|
/third_party/libcoap/examples/ |
D | coap-server.c | 1008 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()
|
D | coap-client.c | 1031 if (num == COAP_OPTION_PROXY_SCHEME) { in cmdline_option()
|