Searched refs:COAP_OPTION_CONTENT_FORMAT (Results 1 – 12 of 12) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | coap_pdu.h | 128 #define COAP_OPTION_CONTENT_FORMAT 12 /* ____E__, uint, 0-2 B, RFC7252 */ macro 129 #define COAP_OPTION_CONTENT_TYPE COAP_OPTION_CONTENT_FORMAT
|
/third_party/libcoap/examples/lwip/ |
D | server-coap.c | 48 coap_add_option(response, COAP_OPTION_CONTENT_FORMAT, in hnd_get_time()
|
/third_party/libcoap/examples/riot/examples_libcoap_server/ |
D | server-coap.c | 52 coap_add_option(response, COAP_OPTION_CONTENT_FORMAT, in hnd_get_time()
|
/third_party/libcoap/src/ |
D | coap_debug.c | 529 { COAP_OPTION_CONTENT_FORMAT, "Content-Format" }, in msg_option_string() 818 case COAP_OPTION_CONTENT_FORMAT: in coap_show_pdu()
|
D | coap_pdu.c | 541 case COAP_OPTION_CONTENT_FORMAT: in coap_option_check_repeatable() 1173 case COAP_OPTION_CONTENT_FORMAT: in coap_pdu_parse_opt_base()
|
D | coap_block.c | 309 coap_insert_option(response, COAP_OPTION_CONTENT_FORMAT, in coap_add_data_blocked_response() 1076 coap_insert_option(response, COAP_OPTION_CONTENT_FORMAT, in coap_add_data_large_response() 2623 COAP_OPTION_CONTENT_FORMAT, in coap_handle_request_put_block() 3179 COAP_OPTION_CONTENT_FORMAT, in coap_handle_response_send_block() 3404 COAP_OPTION_CONTENT_FORMAT, in coap_handle_response_get_block()
|
D | coap_net.c | 2406 coap_option_filter_unset(opts, COAP_OPTION_CONTENT_FORMAT); in coap_new_error_response() 2532 if (!coap_insert_option(response, COAP_OPTION_CONTENT_FORMAT, in hnd_get_wellknown() 3036 opt = coap_check_option(pdu, COAP_OPTION_CONTENT_FORMAT, &opt_iter); in handle_request()
|
D | coap_oscore.c | 857 case COAP_OPTION_CONTENT_FORMAT: in coap_oscore_decrypt_pdu()
|
/third_party/libcoap/examples/ |
D | coap-server.c | 370 COAP_OPTION_CONTENT_FORMAT, in hnd_put_time() 606 if ((option = coap_check_option(request, COAP_OPTION_CONTENT_FORMAT, in hnd_put_example_data() 1337 if ((option = coap_check_option(request, COAP_OPTION_CONTENT_FORMAT, in hnd_put_post() 1671 case COAP_OPTION_CONTENT_FORMAT: in proxy_response_handler()
|
/third_party/libcoap/man/ |
D | coap_pdu_access.txt.in | 221 COAP_OPTION_CONTENT_FORMAT 12 /* ____E__, uint, 0-2 B, RFC7252 */
|
D | coap_cache.txt.in | 364 if ((option = coap_check_option(request, COAP_OPTION_CONTENT_FORMAT,
|
D | coap_pdu_setup.txt.in | 333 COAP_OPTION_CONTENT_FORMAT 12 /* ____E__, uint, 0-2 B, RFC7252 */
|