probe_type
enum probe_type probe;
probe(struct phyint_instance *pii, uint_t probe_type, hrtime_t start_hrtime)
pii->pii_name, probe_type, start_hrtime);
assert(probe_type == PROBE_UNI || probe_type == PROBE_MULTI ||
probe_type == PROBE_RTT);
probe_pkt.pr_icmp_mtype = htonl(probe_type);
assert(probe_type == PROBE_MULTI || ((pii->pii_target_next != NULL) &&
if (probe_type == PROBE_MULTI) {
} else if (probe_type == PROBE_UNI) {
if (probe_type == PROBE_MULTI) {
} else if (probe_type == PROBE_UNI) {
if (probe_type == PROBE_UNI && sent) {
} else if (probe_type == PROBE_RTT) {