Home
last modified time | relevance | path

Searched refs:observe_set (Results 1 – 4 of 4) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_block_internal.h103 uint8_t observe_set; /**< Set if this is an observe receive PDU */ member
131 uint8_t observe_set; /**< Set if this is an observe receive PDU */ member
/third_party/libcoap/src/
Dblock.c295 if (cq->observe_set) { in coap_cancel_observe()
309 cq->observe_set = 0; in coap_cancel_observe()
741 if (!p->observe_set && p->last_used && in coap_block_check_lg_crcv_timeouts()
747 else if (!p->observe_set && p->last_used) { in coap_block_check_lg_crcv_timeouts()
1303 p->observe_set = 1; in coap_handle_request_put_block()
1361 if (p->observe_set) { in coap_handle_request_put_block()
1751 p->observe_set = 1; in coap_handle_response_get_block()
1754 p->observe_set = 0; in coap_handle_response_get_block()
1817 if (p->observe_set) { in coap_handle_response_get_block()
1885 p->observe_set = 1; in coap_handle_response_get_block()
[all …]
Dcoap_session.c176 if (cq->observe_set) { in coap_session_mfree()
Dnet.c1106 lg_crcv->observe_set = 0; in coap_send()