Home
last modified time | relevance | path

Searched refs:COAP_OPTION_CONTENT_FORMAT (Results 1 – 12 of 12) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_pdu.h128 #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/
Dserver-coap.c48 coap_add_option(response, COAP_OPTION_CONTENT_FORMAT, in hnd_get_time()
/third_party/libcoap/examples/riot/examples_libcoap_server/
Dserver-coap.c52 coap_add_option(response, COAP_OPTION_CONTENT_FORMAT, in hnd_get_time()
/third_party/libcoap/src/
Dcoap_debug.c529 { COAP_OPTION_CONTENT_FORMAT, "Content-Format" }, in msg_option_string()
818 case COAP_OPTION_CONTENT_FORMAT: in coap_show_pdu()
Dcoap_pdu.c541 case COAP_OPTION_CONTENT_FORMAT: in coap_option_check_repeatable()
1173 case COAP_OPTION_CONTENT_FORMAT: in coap_pdu_parse_opt_base()
Dcoap_block.c309 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()
Dcoap_net.c2406 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()
Dcoap_oscore.c857 case COAP_OPTION_CONTENT_FORMAT: in coap_oscore_decrypt_pdu()
/third_party/libcoap/examples/
Dcoap-server.c370 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/
Dcoap_pdu_access.txt.in221 COAP_OPTION_CONTENT_FORMAT 12 /* ____E__, uint, 0-2 B, RFC7252 */
Dcoap_cache.txt.in364 if ((option = coap_check_option(request, COAP_OPTION_CONTENT_FORMAT,
Dcoap_pdu_setup.txt.in333 COAP_OPTION_CONTENT_FORMAT 12 /* ____E__, uint, 0-2 B, RFC7252 */