Searched refs:p_ntp_delta (Results 1 – 1 of 1) sorted by relevance
172 static void p_ntp_delta(netdissect_options *, const struct l_fixedpt *, const struct l_fixedpt *);300 p_ntp_delta(ndo, &(bp->org_timestamp), &(bp->rec_timestamp)); in ntp_print()303 p_ntp_delta(ndo, &(bp->org_timestamp), &(bp->xmt_timestamp)); in ntp_print()377 p_ntp_delta(netdissect_options *ndo, in p_ntp_delta() function