Searched refs:COAP_OPTION_MAXAGE (Results 1 – 14 of 14) sorted by relevance
/third_party/libcoap/examples/lwip/ |
D | server-coap.c | 53 coap_add_option(response, COAP_OPTION_MAXAGE, in hnd_get_time()
|
/third_party/libcoap/examples/riot/examples_libcoap_server/ |
D | server-coap.c | 58 coap_add_option(response, COAP_OPTION_MAXAGE, in hnd_get_time()
|
/third_party/libcoap/include/coap3/ |
D | coap_pdu.h | 131 #define COAP_OPTION_MAXAGE 14 /* _U-_E_U, uint, 0-4 B, RFC7252 */ macro
|
/third_party/libcoap/man/ |
D | coap_pdu_access.txt.in | 222 /* COAP_OPTION_MAXAGE default 60 seconds if not set */ 223 COAP_OPTION_MAXAGE 14 /* _U-_E_U, uint, 0-4 B, RFC7252 */
|
D | coap_pdu_setup.txt.in | 334 /* COAP_OPTION_MAXAGE default 60 seconds if not set */ 335 COAP_OPTION_MAXAGE 14 /* _U-_E_U, uint, 0-4 B, RFC7252 */
|
D | coap_resource.txt.in | 330 COAP_OPTION_MAXAGE,
|
/third_party/libcoap/src/ |
D | coap_debug.c | 530 { COAP_OPTION_MAXAGE, "Max-Age" }, in msg_option_string() 917 case COAP_OPTION_MAXAGE: in coap_show_pdu()
|
D | coap_pdu.c | 542 case COAP_OPTION_MAXAGE: in coap_option_check_repeatable() 1177 case COAP_OPTION_MAXAGE: in coap_pdu_parse_opt_base()
|
D | coap_oscore.c | 735 COAP_OPTION_MAXAGE, in build_and_send_error_pdu() 858 case COAP_OPTION_MAXAGE: in coap_oscore_decrypt_pdu()
|
D | coap_block.c | 316 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/ |
D | etsi_iot_01.c | 109 coap_add_option(response, COAP_OPTION_MAXAGE,
|
D | oscore-interop-server.c | 588 COAP_OPTION_MAXAGE, in main()
|
D | coap-rd.c | 272 COAP_OPTION_MAXAGE, in hnd_get_rd()
|
D | coap-server.c | 1675 case COAP_OPTION_MAXAGE: in proxy_response_handler() 2729 COAP_OPTION_MAXAGE, in main()
|