Searched refs:probe_type (Results 1 – 2 of 2) sorted by relevance
215 probe(struct phyint_instance *pii, uint_t probe_type, hrtime_t start_hrtime) in probe() argument228 pii->pii_name, probe_type, start_hrtime); in probe()232 assert(probe_type == PROBE_UNI || probe_type == PROBE_MULTI || in probe()233 probe_type == PROBE_RTT); in probe()248 probe_pkt.pr_icmp_mtype = htonl(probe_type); in probe()254 assert(probe_type == PROBE_MULTI || ((pii->pii_target_next != NULL) && in probe()265 if (probe_type == PROBE_MULTI) { in probe()267 } else if (probe_type == PROBE_UNI) { in probe()277 if (probe_type == PROBE_MULTI) { in probe()279 } else if (probe_type == PROBE_UNI) { in probe()[all …]
62 enum probe_type { ping_probe, tcp_probe, udp_probe }; enum97 enum probe_type probe;