Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:tvp

314          register const struct timeval *tvp)
328 s = (tvp->tv_sec + thiszone) % 86400;
329 ND_PRINT((ndo, "%s ", ts_format(ndo, s, tvp->tv_usec, buf)));
337 tvp->tv_sec, tvp->tv_usec, buf)));
358 tv_ref = *tvp; /* set timestamp for first packet */
360 negative_offset = netdissect_timevalcmp(tvp, &tv_ref, <);
362 netdissect_timevalsub(&tv_ref, tvp, &tv_result, nano_prec);
364 netdissect_timevalsub(tvp, &tv_ref, &tv_result, nano_prec);
372 tv_ref = *tvp; /* set timestamp for previous packet */
376 s = (tvp->tv_sec + thiszone) % 86400;
377 Time = (tvp->tv_sec + thiszone) - s;
384 ts_format(ndo, s, tvp->tv_usec, buf)));