Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/net/
Dmqtt_sn.h282 int64_t last_ping; member
/Zephyr-Core-3.5.0/subsys/net/lib/mqtt_sn/
Dmqtt_sn.c596 next_ping = client->last_ping + T_KEEPALIVE_MSEC; in process_ping()
598 next_ping = client->last_ping + T_RETRY_MSEC; in process_ping()
610 client->last_ping = now; in process_ping()
729 client->last_ping = k_uptime_get(); in mqtt_sn_connect()