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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c29 #define PROBE_UNI 0x1234 /* Unicast probe packet */ macro
195 * PROBE_UNI: This type is used to do failure detection / failure recovery
196 * and RTT calculation. PROBE_UNI probes are spaced apart in time,
232 assert(probe_type == PROBE_UNI || probe_type == PROBE_MULTI ||
267 } else if (probe_type == PROBE_UNI) {
279 } else if (probe_type == PROBE_UNI) {
316 * If this is a PROBE_UNI probe packet being unicast to a target, then
323 if (probe_type == PROBE_UNI && sent) {
477 if (reply->pr_icmp_mtype == htonl(PROBE_UNI))
597 if (reply->pr_icmp_mtype == htonl(PROBE_UNI)) {
[all...]

Completed in 59 milliseconds