Searched defs: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 in struct:pr_icmp
247 probe_pkt.pr_icmp_timestamp = htonll(start_hrtime);
638 m = (int64_t)(gethrtime() - ntohll(reply->pr_icmp_timestamp));
714 uint64_t pr_icmp_timestamp; local
728 pr_icmp_timestamp = ntohll(reply->pr_icmp_timestamp);
741 m = (int64_t)(cur_hrtime - pr_icmp_timestamp);
748 "reply timestamp %lld\n", cur_hrtime, pr_icmp_timestamp);

Completed in 74 milliseconds