Searched refs:PROBE_MULTI (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c30 #define PROBE_MULTI 0x5678 /* Multicast probe packet */ macro
211 * PROBE_MULTI: This type is only used to construct a list of targets, when
232 assert(probe_type == PROBE_UNI || probe_type == PROBE_MULTI ||
251 * If probe_type is PROBE_MULTI, this packet will be multicast to
254 assert(probe_type == PROBE_MULTI || ((pii->pii_target_next != NULL) &&
265 if (probe_type == PROBE_MULTI) {
277 if (probe_type == PROBE_MULTI) {
318 * response. PROBE_MULTI and PROBE_RTT packets are not used for
319 * the purpose of failure or recovery detection. PROBE_MULTI packets
480 else if (reply->pr_icmp_mtype == htonl(PROBE_MULTI)) {
[all...]

Completed in 665 milliseconds