Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c382 if (debug & D_PROBE) { in in_data()
510 if (debug & D_PROBE) { in in6_data()
628 if (debug & D_PROBE) { in incoming_rtt_reply()
722 if (debug & D_PROBE) { in incoming_echo_reply()
1026 if (debug & D_PROBE) in check_pg_crtt_improved()
1081 if (debug & D_PROBE) { in check_exception_target()
1129 if (debug & D_PROBE) { in incoming_mcast_reply()
1242 if (debug & D_PROBE) { in compute_crtt()
1267 if (debug & D_PROBE) in pi_set_crtt()
1280 if (debug & D_PROBE) { in pi_set_crtt()
[all …]
H A Dmpd_defs.h94 #define D_PROBE 0x0001 /* probe mechanism */ macro