Home
last modified time | relevance | path

Searched refs:maxage_expire (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_block_internal.h71 coap_time_t maxage_expire; /**< When this entry expires */ member
/third_party/libcoap/src/
Dblock.c524 lg_xmit->b.b2.maxage_expire = coap_ticks_to_rt(now) + maxage; in coap_add_data_large_internal()
527 lg_xmit->b.b2.maxage_expire = 0; in coap_add_data_large_internal()
1104 if (p->b.b2.maxage_expire) { in coap_handle_request_send_block()
1110 if (p->b.b2.maxage_expire > rem) { in coap_handle_request_send_block()
1111 rem = p->b.b2.maxage_expire - rem; in coap_handle_request_send_block()