Home
last modified time | relevance | path

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

/freebsd/tools/tools/netmap/
H A Dpkt-gen.c1394 uint64_t count = 0, t_cur, t_min = ~0, av = 0; in ping_body() local
1509 t_cur = ts.tv_sec * 1000000000UL + ts.tv_nsec; in ping_body()
1510 if (t_cur < t_min) in ping_body()
1511 t_min = t_cur; in ping_body()
1513 av += t_cur; in ping_body()
1514 pos = msb64(t_cur); in ping_body()