Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c46 uint64_t pr_icmp_timestamp; /* Time stamp (in ns) */ member
247 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() local
728 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()