Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_engine.c794 int64_t timeout, next_tx; in socket_loop() local
840 next_tx = retransmit_request(ctx, now); in socket_loop()
841 if (next_tx < next) { in socket_loop()
842 next = next_tx; in socket_loop()
845 next_tx = check_notifications(ctx, now); in socket_loop()
846 if (next_tx < next) { in socket_loop()
847 next = next_tx; in socket_loop()