Home
last modified time | relevance | path

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

/third_party/libcoap/examples/lwip/
Dserver-coap.c53 coap_add_option(response, COAP_OPTION_MAXAGE, in hnd_get_time()
/third_party/libcoap/examples/riot/examples_libcoap_server/
Dserver-coap.c58 coap_add_option(response, COAP_OPTION_MAXAGE, in hnd_get_time()
/third_party/libcoap/include/coap3/
Dcoap_pdu.h131 #define COAP_OPTION_MAXAGE 14 /* _U-_E_U, uint, 0-4 B, RFC7252 */ macro
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in222 /* COAP_OPTION_MAXAGE default 60 seconds if not set */
223 COAP_OPTION_MAXAGE 14 /* _U-_E_U, uint, 0-4 B, RFC7252 */
Dcoap_pdu_setup.txt.in334 /* COAP_OPTION_MAXAGE default 60 seconds if not set */
335 COAP_OPTION_MAXAGE 14 /* _U-_E_U, uint, 0-4 B, RFC7252 */
Dcoap_resource.txt.in330 COAP_OPTION_MAXAGE,
/third_party/libcoap/src/
Dcoap_debug.c530 { COAP_OPTION_MAXAGE, "Max-Age" }, in msg_option_string()
917 case COAP_OPTION_MAXAGE: in coap_show_pdu()
Dcoap_pdu.c542 case COAP_OPTION_MAXAGE: in coap_option_check_repeatable()
1177 case COAP_OPTION_MAXAGE: in coap_pdu_parse_opt_base()
Dcoap_oscore.c735 COAP_OPTION_MAXAGE, in build_and_send_error_pdu()
858 case COAP_OPTION_MAXAGE: in coap_oscore_decrypt_pdu()
Dcoap_block.c316 COAP_OPTION_MAXAGE, in coap_add_data_blocked_response()
1083 COAP_OPTION_MAXAGE, in coap_add_data_large_response()
2469 if (!coap_update_option(out_pdu, COAP_OPTION_MAXAGE, in coap_handle_request_send_block()
/third_party/libcoap/examples/
Detsi_iot_01.c109 coap_add_option(response, COAP_OPTION_MAXAGE,
Doscore-interop-server.c588 COAP_OPTION_MAXAGE, in main()
Dcoap-rd.c272 COAP_OPTION_MAXAGE, in hnd_get_rd()
Dcoap-server.c1675 case COAP_OPTION_MAXAGE: in proxy_response_handler()
2729 COAP_OPTION_MAXAGE, in main()