Searched refs:COAP_OPTION_OBSERVE (Results 1 – 13 of 13) sorted by relevance
/third_party/libcoap/src/ |
D | block.c | 318 coap_update_option(pdu, COAP_OPTION_OBSERVE, in coap_cancel_observe() 1067 coap_option_filter_set(&drop_options, COAP_OPTION_OBSERVE); in coap_handle_request_send_block() 1083 if (opt_iter.number == COAP_OPTION_OBSERVE && block.num != 0) in coap_handle_request_send_block() 1362 coap_update_option(pdu, COAP_OPTION_OBSERVE, in coap_handle_request_put_block() 1746 COAP_OPTION_OBSERVE, in coap_handle_response_get_block() 1792 coap_remove_option(pdu, COAP_OPTION_OBSERVE); in coap_handle_response_get_block() 1818 coap_update_option(rcvd, COAP_OPTION_OBSERVE, in coap_handle_response_get_block() 1880 COAP_OPTION_OBSERVE, in coap_handle_response_get_block()
|
D | coap_cache.c | 28 if (option_type == COAP_OPTION_OBSERVE) in is_cache_key()
|
D | coap_debug.c | 338 { COAP_OPTION_OBSERVE, "Observe" }, in msg_option_string() 620 case COAP_OPTION_OBSERVE: in coap_show_pdu()
|
D | resource.c | 928 coap_add_option(response, COAP_OPTION_OBSERVE, 951 coap_remove_option(response, COAP_OPTION_OBSERVE);
|
D | net.c | 1074 opt = coap_check_option(pdu, COAP_OPTION_OBSERVE, &opt_iter); in coap_send() 2763 observe = coap_check_option(pdu, COAP_OPTION_OBSERVE, &opt_iter); in handle_request() 2784 coap_add_option(response, COAP_OPTION_OBSERVE, in handle_request() 2826 coap_remove_option(response, COAP_OPTION_OBSERVE); in handle_request()
|
D | pdu.c | 919 case COAP_OPTION_OBSERVE: if (len > 3) res = 0; break; in coap_pdu_parse_opt_base()
|
/third_party/libcoap/man/ |
D | coap_pdu_access.txt.in | 192 COAP_OPTION_OBSERVE 6 /* _U-_E_U, empty/uint, 0 B/0-3 B, RFC7641 */ 301 option = coap_check_option(pdu, COAP_OPTION_OBSERVE, &opt_iter); 315 coap_option_filter_set(&ignore_options, COAP_OPTION_OBSERVE);
|
D | coap_observe.txt.in | 49 of the COAP_OPTION_OBSERVE Option with a value of COAP_OBSERVE_ESTABLISH. 54 request with the COAP_OPTION_OBSERVE Option with a value of 349 coap_new_optlist(COAP_OPTION_OBSERVE,
|
D | coap_pdu_setup.txt.in | 286 COAP_OPTION_OBSERVE 6 /* _U-_E_U, empty/uint, 0 B/0-3 B, RFC7641 */ 472 coap_new_optlist(COAP_OPTION_OBSERVE,
|
D | coap_block.txt.in | 254 coap_new_optlist(COAP_OPTION_OBSERVE,
|
/third_party/libcoap/examples/contiki/ |
D | coap-observer.c | 166 coap_add_option(request, COAP_OPTION_OBSERVE, 0, NULL); in PROCESS_THREAD()
|
/third_party/libcoap/include/coap3/ |
D | pdu.h | 118 #define COAP_OPTION_OBSERVE 6 /* _U-_E_U, empty/uint,0/0-3 B, RFC7641 */ macro
|
/third_party/libcoap/examples/ |
D | coap-client.c | 353 coap_check_option(received, COAP_OPTION_OBSERVE, &opt_iter)) { in message_handler() 376 COAP_OPTION_OBSERVE, &opt_iter) == NULL : 1; in message_handler() 407 COAP_OPTION_OBSERVE, &opt_iter) == NULL : 1; in message_handler() 780 coap_new_optlist(COAP_OPTION_OBSERVE, in cmdline_subscribe()
|