Searched refs:p_ntp_delta (Results 1 – 1 of 1) sorted by relevance
152 static void p_ntp_delta(netdissect_options *, const struct l_fixedpt *, const struct l_fixedpt *);299 p_ntp_delta(ndo, &(bp->org_timestamp), &(bp->rec_timestamp)); in ntp_time_print()302 p_ntp_delta(ndo, &(bp->org_timestamp), &(bp->xmt_timestamp)); in ntp_time_print()468 p_ntp_delta(netdissect_options *ndo, in p_ntp_delta() function