Searched refs:COAP_OPTION_OBSERVE (Results 1 – 14 of 14) sorted by relevance
/third_party/libcoap/man/ |
D | coap_pdu_access.txt.in | 216 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);
|
D | coap_observe.txt.in | 52 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,
|
D | coap_pdu_setup.txt.in | 328 COAP_OPTION_OBSERVE 6 /* _U-_E_U, empty/uint, 0 B/0-3 B, RFC7641 */ 628 coap_new_optlist(COAP_OPTION_OBSERVE,
|
D | coap_block.txt.in | 376 coap_new_optlist(COAP_OPTION_OBSERVE,
|
/third_party/libcoap/include/coap3/ |
D | coap_pdu.h | 123 #define COAP_OPTION_OBSERVE 6 /* _U-_E_U, empty/uint,0/0-3 B, RFC7641 */ macro
|
/third_party/libcoap/src/ |
D | coap_block.c | 459 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 …]
|
D | coap_oscore.c | 309 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()
|
D | coap_cache.c | 34 if (option_type == COAP_OPTION_OBSERVE) in is_cache_key()
|
D | coap_debug.c | 524 { COAP_OPTION_OBSERVE, "Observe" }, in msg_option_string() 918 case COAP_OPTION_OBSERVE: in coap_show_pdu()
|
D | coap_resource.c | 1067 coap_add_option_internal(response, COAP_OPTION_OBSERVE, 1108 coap_remove_option(response, COAP_OPTION_OBSERVE);
|
D | coap_net.c | 1136 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()
|
D | coap_pdu.c | 535 case COAP_OPTION_OBSERVE: in coap_option_check_repeatable() 1138 case COAP_OPTION_OBSERVE: in coap_pdu_parse_opt_base()
|
D | coap_subscribe.c | 127 observe = coap_check_option(pdu, COAP_OPTION_OBSERVE, &opt_iter); in coap_persist_observe_add()
|
/third_party/libcoap/examples/ |
D | coap-client.c | 421 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()
|