Searched refs:COAP_OPTION_HOP_LIMIT (Results 1 – 8 of 8) sorted by relevance
/third_party/libcoap/src/ |
D | coap_pdu.c | 540 case COAP_OPTION_HOP_LIMIT: in coap_option_check_repeatable() 722 if (coap_check_option(pdu, COAP_OPTION_HOP_LIMIT, &opt_iter) == NULL) { in coap_add_option_internal() 723 size_t hop_limit = COAP_OPTION_HOP_LIMIT; in coap_add_option_internal() 725 coap_insert_option(pdu, COAP_OPTION_HOP_LIMIT, 1, (uint8_t *)&hop_limit); in coap_add_option_internal() 1170 case COAP_OPTION_HOP_LIMIT: in coap_pdu_parse_opt_base()
|
D | coap_debug.c | 532 { COAP_OPTION_HOP_LIMIT, "Hop-Limit" }, in msg_option_string() 921 case COAP_OPTION_HOP_LIMIT: in coap_show_pdu()
|
D | coap_net.c | 1428 opt = coap_check_option(pdu, COAP_OPTION_HOP_LIMIT, &opt_iter); in coap_send_internal() 1447 coap_update_option(pdu, COAP_OPTION_HOP_LIMIT, in coap_send_internal() 1487 coap_insert_option(pdu, COAP_OPTION_HOP_LIMIT, 1, in coap_send_internal() 2407 coap_option_filter_unset(opts, COAP_OPTION_HOP_LIMIT); in coap_new_error_response() 2900 opt = coap_check_option(pdu, COAP_OPTION_HOP_LIMIT, &opt_iter); in handle_request() 2918 coap_update_option(pdu, COAP_OPTION_HOP_LIMIT, in handle_request()
|
D | coap_oscore.c | 513 case COAP_OPTION_HOP_LIMIT: in coap_oscore_new_pdu_encrypted()
|
/third_party/libcoap/include/coap3/ |
D | coap_pdu.h | 133 #define COAP_OPTION_HOP_LIMIT 16 /* ______U, uint, 1 B, RFC8768 */ macro
|
/third_party/libcoap/man/ |
D | coap_pdu_access.txt.in | 225 COAP_OPTION_HOP_LIMIT 16 /* ______U, uint, 1 B, RFC8768 */
|
D | coap_pdu_setup.txt.in | 337 COAP_OPTION_HOP_LIMIT 16 /* ______U, uint, 1 B, RFC8768 */ 465 *COAP_OPTION_HOP_LIMIT*
|
/third_party/libcoap/examples/ |
D | coap-client.c | 699 …node = coap_new_optlist(COAP_OPTION_HOP_LIMIT, coap_encode_var_safe(buf, sizeof(buf), value), buf); in cmdline_hop_limit()
|