Searched refs:tim_rem (Results 1 – 2 of 2) sorted by relevance
1139 coap_tick_t *tim_rem) { in coap_block_check_lg_xmit_timeouts() argument1150 *tim_rem = -1; in coap_block_check_lg_xmit_timeouts()1160 if (*tim_rem > p->last_all_sent + idle_timeout - now) { in coap_block_check_lg_xmit_timeouts()1161 *tim_rem = p->last_all_sent + idle_timeout - now; in coap_block_check_lg_xmit_timeouts()1173 if (*tim_rem > p->last_sent + partial_timeout - now) { in coap_block_check_lg_xmit_timeouts()1174 *tim_rem = p->last_sent + partial_timeout - now; in coap_block_check_lg_xmit_timeouts()1308 coap_tick_t *tim_rem) { in coap_block_check_lg_crcv_timeouts() argument1317 *tim_rem = -1; in coap_block_check_lg_crcv_timeouts()1345 if (*tim_rem > p->rec_blocks.last_seen + scaled_timeout - now) { in coap_block_check_lg_crcv_timeouts()1346 *tim_rem = p->rec_blocks.last_seen + scaled_timeout - now; in coap_block_check_lg_crcv_timeouts()[all …]
220 coap_tick_t *tim_rem);250 coap_tick_t *tim_rem);306 coap_tick_t *tim_rem);