Home
last modified time | relevance | path

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

/minix3/external/bsd/tcpdump/dist/
H A Dtcpdump.c189 static UINT timer_id; variable
1976 timer_id = timeSetEvent(1000, 100, verbose_stats_dump, 0, TIME_PERIODIC); in main()
2127 if (timer_id) in cleanup()
2128 timeKillEvent(timer_id); in cleanup()
2129 timer_id = 0; in cleanup()
2640 void CALLBACK verbose_stats_dump (UINT timer_id _U_, UINT msg _U_, DWORD_PTR arg _U_, in verbose_stats_dump()