Home
last modified time | relevance | path

Searched refs:COAP_OPTION_MAXAGE (Results 1 – 11 of 11) sorted by relevance

/third_party/libcoap/examples/lwip/
Dserver-coap.c49 coap_add_option(response, COAP_OPTION_MAXAGE, in hnd_get_time()
/third_party/libcoap/include/coap3/
Dpdu.h126 #define COAP_OPTION_MAXAGE 14 /* _U-_E_U, uint, 0-4 B, RFC7252 */ macro
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in198 /* COAP_OPTION_MAXAGE default 60 seconds if not set */
199 COAP_OPTION_MAXAGE 14 /* _U-_E_U, uint, 0-4 B, RFC7252 */
Dcoap_pdu_setup.txt.in292 /* COAP_OPTION_MAXAGE default 60 seconds if not set */
293 COAP_OPTION_MAXAGE 14 /* _U-_E_U, uint, 0-4 B, RFC7252 */
Dcoap_resource.txt.in216 COAP_OPTION_MAXAGE,
/third_party/libcoap/src/
Dcoap_debug.c343 { COAP_OPTION_MAXAGE, "Max-Age" }, in msg_option_string()
619 case COAP_OPTION_MAXAGE: in coap_show_pdu()
Dblock.c186 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()
Dpdu.c925 case COAP_OPTION_MAXAGE: if (len > 4) res = 0; break; in coap_pdu_parse_opt_base()
/third_party/libcoap/examples/
Detsi_iot_01.c109 coap_add_option(response, COAP_OPTION_MAXAGE,
Dcoap-rd.c253 COAP_OPTION_MAXAGE, in hnd_get_rd()
Dcoap-server.c1678 case COAP_OPTION_MAXAGE: in proxy_message_handler()
2590 COAP_OPTION_MAXAGE, in main()