Searched defs:PROBE_RTT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c31 #define PROBE_RTT 0x9abc /* RTT only probe packet */ macro
200 * PROBE_RTT: This type is used to make only rtt measurements. Normally these
206 * rtt. To avoid this problem, PROBE_RTT probes are sent out every
233 probe_type == PROBE_RTT);
269 } else { /* type is PROBE_RTT */
282 } else { /* type is PROBE_RTT */
318 * response. PROBE_MULTI and PROBE_RTT packets are not used for
320 * are only used to construct a list of targets. PROBE_RTT packets are
356 } else if (probe_type == PROBE_RTT) {
483 } else if (reply->pr_icmp_mtype == htonl(PROBE_RTT)) {
[all...]

Completed in 61 milliseconds