Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_address.c175 static coap_tick_t last_refresh; variable
222 (now - last_refresh) > (COAP_BCST_REFRESH_SECS * COAP_TICKS_PER_SECOND)) { in coap_is_bcast()
232 last_refresh = now; in coap_is_bcast()