Searched refs:observe_set (Results 1 – 4 of 4) sorted by relevance
150 uint8_t observe_set; /**< Set if this is an observe receive PDU */ member181 uint8_t observe_set; /**< Set if this is an observe receive PDU */ member
420 if (lg_crcv->observe_set) { in coap_cancel_observe()443 lg_crcv->observe_set = 0; in coap_cancel_observe()1354 if (!p->observe_set && p->last_used && in coap_block_check_lg_crcv_timeouts()1362 } else if (!p->observe_set && p->last_used) { in coap_block_check_lg_crcv_timeouts()2691 p->observe_set = 1; in coap_handle_request_put_block()2817 if (p->observe_set) { in coap_handle_request_put_block()3525 p->observe_set = 1; in coap_handle_response_get_block()3527 p->observe_set = 0; in coap_handle_response_get_block()3656 if (p->observe_set) { in coap_handle_response_get_block()3694 if (p->observe_set == 0) { in coap_handle_response_get_block()[all …]
604 if (lg_crcv->observe_set && session->no_observe_cancel == 0) { in coap_session_mfree()
1329 lg_crcv->observe_set = 0; in coap_send()