Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dpdu.h123 #define COAP_OPTION_CONTENT_FORMAT 12 /* ____E__, uint, 0-2 B, RFC7252 */ macro
124 #define COAP_OPTION_CONTENT_TYPE COAP_OPTION_CONTENT_FORMAT
/third_party/libcoap/examples/lwip/
Dserver-coap.c44 coap_add_option(response, COAP_OPTION_CONTENT_FORMAT, in hnd_get_time()
/third_party/libcoap/src/
Dcoap_debug.c342 { COAP_OPTION_CONTENT_FORMAT, "Content-Format" }, in msg_option_string()
599 case COAP_OPTION_CONTENT_FORMAT: in coap_show_pdu()
Dblock.c179 coap_insert_option(response, COAP_OPTION_CONTENT_FORMAT, in coap_add_data_blocked_response()
1253 COAP_OPTION_CONTENT_FORMAT, in coap_handle_request_put_block()
1654 COAP_OPTION_CONTENT_FORMAT, in coap_handle_response_get_block()
Dpdu.c924 case COAP_OPTION_CONTENT_FORMAT:if (len > 2) res = 0; break; in coap_pdu_parse_opt_base()
Dnet.c2285 coap_add_option(resp, COAP_OPTION_CONTENT_FORMAT, in coap_wellknown_response()
/third_party/libcoap/examples/
Dcoap-server.c341 COAP_OPTION_CONTENT_FORMAT, in hnd_put_time()
573 if ((option = coap_check_option(request, COAP_OPTION_CONTENT_FORMAT, in hnd_put_example_data()
1383 if ((option = coap_check_option(request, COAP_OPTION_CONTENT_FORMAT, in hnd_put()
1674 case COAP_OPTION_CONTENT_FORMAT: in proxy_message_handler()
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in197 COAP_OPTION_CONTENT_FORMAT 12 /* ____E__, uint, 0-2 B, RFC7252 */
Dcoap_cache.txt.in325 if ((option = coap_check_option(request, COAP_OPTION_CONTENT_FORMAT,
Dcoap_pdu_setup.txt.in291 COAP_OPTION_CONTENT_FORMAT 12 /* ____E__, uint, 0-2 B, RFC7252 */