Home
last modified time | relevance | path

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

/third_party/libcoap/man/
Dcoap_pdu_access.txt.in216 COAP_OPTION_OBSERVE 6 /* _U-_E_U, empty/uint, 0 B/0-3 B, RFC7641 */
388 option = coap_check_option(pdu, COAP_OPTION_OBSERVE, &opt_iter);
402 coap_option_filter_set(&ignore_options, COAP_OPTION_OBSERVE);
Dcoap_observe.txt.in52 of the COAP_OPTION_OBSERVE Option with a value of COAP_OBSERVE_ESTABLISH.
58 request with the COAP_OPTION_OBSERVE Option with a value of
383 coap_new_optlist(COAP_OPTION_OBSERVE,
Dcoap_pdu_setup.txt.in328 COAP_OPTION_OBSERVE 6 /* _U-_E_U, empty/uint, 0 B/0-3 B, RFC7641 */
628 coap_new_optlist(COAP_OPTION_OBSERVE,
Dcoap_block.txt.in376 coap_new_optlist(COAP_OPTION_OBSERVE,
/third_party/libcoap/include/coap3/
Dcoap_pdu.h123 #define COAP_OPTION_OBSERVE 6 /* _U-_E_U, empty/uint,0/0-3 B, RFC7641 */ macro
/third_party/libcoap/src/
Dcoap_block.c459 coap_update_option(pdu, COAP_OPTION_OBSERVE, in coap_cancel_observe()
1195 coap_option_filter_set(&drop_options, COAP_OPTION_OBSERVE); in coap_build_missing_pdu()
1891 coap_opt_t *opt = coap_check_option(pdu, COAP_OPTION_OBSERVE, in track_fetch_observe()
2398 coap_option_filter_set(&drop_options, COAP_OPTION_OBSERVE); in coap_handle_request_send_block()
2420 if (opt_iter.number == COAP_OPTION_OBSERVE && block.num != 0) in coap_handle_request_send_block()
2818 coap_update_option(pdu, COAP_OPTION_OBSERVE, in coap_handle_request_put_block()
2970 (opt = coap_check_option(echo_pdu, COAP_OPTION_OBSERVE, &opt_iter)) && in check_freshness()
3487 coap_option_filter_set(&drop_options, COAP_OPTION_OBSERVE); in coap_handle_response_get_block()
3520 COAP_OPTION_OBSERVE, in coap_handle_response_get_block()
3623 coap_remove_option(pdu, COAP_OPTION_OBSERVE); in coap_handle_response_get_block()
[all …]
Dcoap_oscore.c309 if (coap_check_option(pdu, COAP_OPTION_OBSERVE, &opt_iter)) in coap_oscore_new_pdu_encrypted()
521 case COAP_OPTION_OBSERVE: in coap_oscore_new_pdu_encrypted()
854 case COAP_OPTION_OBSERVE: in coap_oscore_decrypt_pdu()
1489 case COAP_OPTION_OBSERVE: in coap_oscore_decrypt_pdu()
2055 option = coap_check_option(pdu, COAP_OPTION_OBSERVE, &opt_iter); in coap_oscore_overhead()
Dcoap_cache.c34 if (option_type == COAP_OPTION_OBSERVE) in is_cache_key()
Dcoap_debug.c524 { COAP_OPTION_OBSERVE, "Observe" }, in msg_option_string()
918 case COAP_OPTION_OBSERVE: in coap_show_pdu()
Dcoap_resource.c1067 coap_add_option_internal(response, COAP_OPTION_OBSERVE,
1108 coap_remove_option(response, COAP_OPTION_OBSERVE);
Dcoap_net.c1136 opt = coap_check_option(pdu, COAP_OPTION_OBSERVE, &opt_iter); in coap_send()
1273 coap_check_option(pdu, COAP_OPTION_OBSERVE, &opt_iter) && in coap_send()
3077 observe = coap_check_option(pdu, COAP_OPTION_OBSERVE, &opt_iter); in handle_request()
3135 coap_add_option_internal(response, COAP_OPTION_OBSERVE, in handle_request()
3216 coap_remove_option(response, COAP_OPTION_OBSERVE); in handle_request()
Dcoap_pdu.c535 case COAP_OPTION_OBSERVE: in coap_option_check_repeatable()
1138 case COAP_OPTION_OBSERVE: in coap_pdu_parse_opt_base()
Dcoap_subscribe.c127 observe = coap_check_option(pdu, COAP_OPTION_OBSERVE, &opt_iter); in coap_persist_observe_add()
/third_party/libcoap/examples/
Dcoap-client.c421 coap_check_option(received, COAP_OPTION_OBSERVE, &opt_iter)) { in message_handler()
443 COAP_OPTION_OBSERVE, &opt_iter) == NULL : 1; in message_handler()
476 COAP_OPTION_OBSERVE, &opt_iter) == NULL : 1; in message_handler()
939 coap_new_optlist(COAP_OPTION_OBSERVE, in cmdline_subscribe()