Searched refs:COAP_OPTION_MAXAGE (Results 1 – 11 of 11) sorted by relevance
/third_party/libcoap/examples/lwip/ |
D | server-coap.c | 49 coap_add_option(response, COAP_OPTION_MAXAGE, in hnd_get_time()
|
/third_party/libcoap/include/coap3/ |
D | pdu.h | 126 #define COAP_OPTION_MAXAGE 14 /* _U-_E_U, uint, 0-4 B, RFC7252 */ macro
|
/third_party/libcoap/man/ |
D | coap_pdu_access.txt.in | 198 /* COAP_OPTION_MAXAGE default 60 seconds if not set */ 199 COAP_OPTION_MAXAGE 14 /* _U-_E_U, uint, 0-4 B, RFC7252 */
|
D | coap_pdu_setup.txt.in | 292 /* COAP_OPTION_MAXAGE default 60 seconds if not set */ 293 COAP_OPTION_MAXAGE 14 /* _U-_E_U, uint, 0-4 B, RFC7252 */
|
D | coap_resource.txt.in | 216 COAP_OPTION_MAXAGE,
|
/third_party/libcoap/src/ |
D | coap_debug.c | 343 { COAP_OPTION_MAXAGE, "Max-Age" }, in msg_option_string() 619 case COAP_OPTION_MAXAGE: in coap_show_pdu()
|
D | block.c | 186 COAP_OPTION_MAXAGE, in coap_add_data_blocked_response() 680 COAP_OPTION_MAXAGE, in coap_add_data_large_response() 1118 if (!coap_update_option(out_pdu, COAP_OPTION_MAXAGE, in coap_handle_request_send_block()
|
D | pdu.c | 925 case COAP_OPTION_MAXAGE: if (len > 4) res = 0; break; in coap_pdu_parse_opt_base()
|
/third_party/libcoap/examples/ |
D | etsi_iot_01.c | 109 coap_add_option(response, COAP_OPTION_MAXAGE,
|
D | coap-rd.c | 253 COAP_OPTION_MAXAGE, in hnd_get_rd()
|
D | coap-server.c | 1678 case COAP_OPTION_MAXAGE: in proxy_message_handler() 2590 COAP_OPTION_MAXAGE, in main()
|