Searched refs:first_xmit (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/core/lwip/src/netif/
H A Dundiif.c477 static uint32_t first_xmit; local
508 if (!first_xmit) {
509 first_xmit = now;
510 } else if (now - first_xmit > 3000) {

Completed in 309 milliseconds