Home
last modified time | relevance | path

Searched refs:probe_type (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c228 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()
323 if (probe_type == PROBE_UNI && sent) { in probe()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c62 enum probe_type { ping_probe, tcp_probe, udp_probe }; enum
97 enum probe_type probe;