Searched defs:probe_type (Results 1 - 2 of 2) sorted by relevance

/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;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c215 probe(struct phyint_instance *pii, uint_t probe_type, hrtime_t start_hrtime) argument
228 pii->pii_name, probe_type, start_hrtime);
232 assert(probe_type == PROBE_UNI || probe_type == PROBE_MULTI ||
233 probe_type == PROBE_RTT);
248 probe_pkt.pr_icmp_mtype = htonl(probe_type);
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) {
267 } else if (probe_type
[all...]

Completed in 48 milliseconds