Home
last modified time | relevance | path

Searched refs:IPMP_TARG_DISABLED (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/
H A Dipmpstat.c1005 if (targinfop->it_targmode != IPMP_TARG_DISABLED) in sfunc_targ_testaddr()
1047 if (targmode4 != IPMP_TARG_DISABLED || targmode6 == IPMP_TARG_DISABLED) in targinfo_output_cbfunc()
1049 if (targmode6 != IPMP_TARG_DISABLED) in targinfo_output_cbfunc()
1303 { "disabled", IPMP_TARG_DISABLED },
/illumos-gate/usr/src/lib/libipmp/common/
H A Dipmp_query.h75 IPMP_TARG_DISABLED, /* use of targets is disabled */ enumerator
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c2823 return (IPMP_TARG_DISABLED); in iftargmode()