Searched refs:pr_icmp_timestamp (Results 1 – 1 of 1) sorted by relevance
46 uint64_t pr_icmp_timestamp; /* Time stamp (in ns) */ member247 probe_pkt.pr_icmp_timestamp = htonll(start_hrtime); in probe()638 m = (int64_t)(gethrtime() - ntohll(reply->pr_icmp_timestamp)); in incoming_rtt_reply()714 uint64_t pr_icmp_timestamp; in incoming_echo_reply() local728 pr_icmp_timestamp = ntohll(reply->pr_icmp_timestamp); in incoming_echo_reply()741 m = (int64_t)(cur_hrtime - pr_icmp_timestamp); in incoming_echo_reply()748 "reply timestamp %lld\n", cur_hrtime, pr_icmp_timestamp); in incoming_echo_reply()