Home
last modified time | relevance | path

Searched refs:COAP_OPTION_ECHO (Results 1 – 7 of 7) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_pdu.h144 #define COAP_OPTION_ECHO 252 /* _N__E_U, opaque, 0-40 B, RFC9175 */ macro
/third_party/libcoap/src/
Dcoap_oscore.c732 coap_add_option_internal(err_pdu, COAP_OPTION_ECHO, 8, echo_data); in build_and_send_error_pdu()
867 case COAP_OPTION_ECHO: in coap_oscore_decrypt_pdu()
1432 opt = coap_check_option(plain_pdu, COAP_OPTION_ECHO, &opt_iter); in coap_oscore_decrypt_pdu()
1559 (opt = coap_check_option(decrypt_pdu, COAP_OPTION_ECHO, &opt_iter))) { in coap_oscore_decrypt_pdu()
Dcoap_debug.c541 { COAP_OPTION_ECHO, "Echo" }, in msg_option_string()
932 case COAP_OPTION_ECHO: in coap_show_pdu()
Dcoap_block.c528 coap_insert_option(resend_pdu, COAP_OPTION_ECHO, coap_opt_length(echo), in coap_retransmit_oscore_pdu()
726 avail -= coap_opt_encode_size(COAP_OPTION_ECHO, 40); in coap_add_data_large_internal()
922 avail -= coap_opt_encode_size(COAP_OPTION_ECHO, 40); in coap_add_data_large_internal()
2917 coap_opt_t *opt = coap_check_option(rcvd, COAP_OPTION_ECHO, &opt_iter); in check_freshness()
2960 if (!coap_insert_option(echo_pdu, COAP_OPTION_ECHO, in check_freshness()
2998 coap_opt_t *opt = coap_check_option(rcvd, COAP_OPTION_ECHO, &opt_iter); in track_echo()
Dcoap_pdu.c551 case COAP_OPTION_ECHO: in coap_option_check_repeatable()
1221 case COAP_OPTION_ECHO: in coap_pdu_parse_opt_base()
Dcoap_net.c1504 if (!coap_insert_option(pdu, COAP_OPTION_ECHO, session->echo->length, in coap_send_internal()
3187 coap_check_option(response, COAP_OPTION_ECHO, &opt_iter)) { in handle_request()
/third_party/libcoap/man/
Dcoap_pdu_setup.txt.in348 COAP_OPTION_ECHO 252 /* _N__E_U, opaque, 0-40 B, RFC9175 */
451 *COAP_OPTION_ECHO*