Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/lldp/
Dlldp.c78 return lldp_check_timeout(lldp->tx_timer_start, in lldp_timedout()
155 lldp->tx_timer_start = k_uptime_get(); in lldp_send()
168 next_timeout = timeout - (lldp->tx_timer_start + in lldp_manage_timeouts()
203 if (ctx->lldp[slot].tx_timer_start != 0) { in lldp_start_timer()
211 ctx->lldp[slot].tx_timer_start = k_uptime_get(); in lldp_start_timer()
253 ctx->lldp[slot].tx_timer_start = 0; in lldp_start()
/Zephyr-latest/include/zephyr/net/
Dethernet.h639 int64_t tx_timer_start; member