Home
last modified time | relevance | path

Searched refs: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
232 assert(probe_type == PROBE_UNI || probe_type == PROBE_MULTI || in probe()
267 } else if (probe_type == PROBE_UNI) { in probe()
279 } else if (probe_type == PROBE_UNI) { in probe()
323 if (probe_type == PROBE_UNI && sent) { in probe()
477 if (reply->pr_icmp_mtype == htonl(PROBE_UNI)) in in_data()
597 if (reply->pr_icmp_mtype == htonl(PROBE_UNI)) { in in6_data()
1870 probe(pii, PROBE_UNI, cur_hrtime); in phyint_inst_timer()