Searched refs:last_ping (Results 1 – 3 of 3) sorted by relevance
113 coap_tick_t last_ping; member
1513 if (s->last_ping > 0 && s->last_pong < s->last_ping) {1517 s->last_ping = now;
3687 context->ping_timeout && session->last_ping > 0) in coap_dispatch()