Home
last modified time | relevance | path

Searched refs:if_probestate (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libipmp/common/
H A Dipmp_query.h176 ipmp_if_probestate_t if_probestate; member
H A Dipmp_query.c358 ifinfop->if_probestate = ifxferp->ifx_probestate; in ipmp_convertifinfo()
691 ifinfop->if_probestate = probestate; in ipmp_ifinfo_create()
719 ifinfop->if_probestate, ifinfop->if_flags, &ifinfop->if_targinfo4, in ipmp_ifinfo_clone()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/
H A Dipmpstat.c735 enum2str(if_probe, ifinfop->if_probestate, buf, bufsize); in sfunc_if_probe()
893 if (ifinfop->if_probestate != IPMP_PROBE_DISABLED) in probe_enabled_cbfunc()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c2649 ifxfer.ifx_probestate = ifinfop->if_probestate; in send_ifinfo()