Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ntp.c171 static void p_ntp_time(netdissect_options *, const struct l_fixedpt *);
285 p_ntp_time(ndo, &(bp->ref_timestamp)); in ntp_print()
289 p_ntp_time(ndo, &(bp->org_timestamp)); in ntp_print()
293 p_ntp_time(ndo, &(bp->rec_timestamp)); in ntp_print()
297 p_ntp_time(ndo, &(bp->xmt_timestamp)); in ntp_print()
342 p_ntp_time(netdissect_options *ndo, in p_ntp_time() function
393 p_ntp_time(ndo, lfp); in p_ntp_delta()