Searched refs:tv_ref (Results 1 – 1 of 1) sorted by relevance
291 static struct timeval tv_ref; in ts_print() local328 if (!(netdissect_timevalisset(&tv_ref))) in ts_print()329 tv_ref = *tvp; /* set timestamp for first packet */ in ts_print()331 negative_offset = netdissect_timevalcmp(tvp, &tv_ref, <); in ts_print()333 netdissect_timevalsub(&tv_ref, tvp, &tv_result, nano_prec); in ts_print()335 netdissect_timevalsub(tvp, &tv_ref, &tv_result, nano_prec); in ts_print()342 tv_ref = *tvp; /* set timestamp for previous packet */ in ts_print()