Searched refs:observe_set (Results 1 – 4 of 4) sorted by relevance
103 uint8_t observe_set; /**< Set if this is an observe receive PDU */ member131 uint8_t observe_set; /**< Set if this is an observe receive PDU */ member
295 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 …]
176 if (cq->observe_set) { in coap_session_mfree()
1106 lg_crcv->observe_set = 0; in coap_send()