Home
last modified time | relevance | path

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

/external/tcpdump/
Dutil.c167 int d_usec; in ts_print() local
194 d_usec = tvp->tv_usec - b_usec; in ts_print()
197 while (d_usec < 0) { in ts_print()
198 d_usec += 1000000; in ts_print()
202 (void)printf("%s ", ts_format(d_sec, d_usec)); in ts_print()