Searched refs:COAP_OPTION_CONTENT_FORMAT (Results 1 – 10 of 10) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | pdu.h | 123 #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/ |
D | server-coap.c | 44 coap_add_option(response, COAP_OPTION_CONTENT_FORMAT, in hnd_get_time()
|
/third_party/libcoap/src/ |
D | coap_debug.c | 342 { COAP_OPTION_CONTENT_FORMAT, "Content-Format" }, in msg_option_string() 599 case COAP_OPTION_CONTENT_FORMAT: in coap_show_pdu()
|
D | block.c | 179 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()
|
D | pdu.c | 924 case COAP_OPTION_CONTENT_FORMAT:if (len > 2) res = 0; break; in coap_pdu_parse_opt_base()
|
D | net.c | 2285 coap_add_option(resp, COAP_OPTION_CONTENT_FORMAT, in coap_wellknown_response()
|
/third_party/libcoap/examples/ |
D | coap-server.c | 341 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/ |
D | coap_pdu_access.txt.in | 197 COAP_OPTION_CONTENT_FORMAT 12 /* ____E__, uint, 0-2 B, RFC7252 */
|
D | coap_cache.txt.in | 325 if ((option = coap_check_option(request, COAP_OPTION_CONTENT_FORMAT,
|
D | coap_pdu_setup.txt.in | 291 COAP_OPTION_CONTENT_FORMAT 12 /* ____E__, uint, 0-2 B, RFC7252 */
|