Searched refs:IFF_STANDBY (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dif.h153 #define IFF_STANDBY 0x0020000000 /* Interface is a hot-spare */ macro
187 #define IFF_IPMP_INVALID (IFF_STANDBY | IFF_INACTIVE | IFF_OFFLINE | \
/illumos-gate/usr/src/uts/common/inet/
H A Dip_if.h76 IFF_ALLMULTI|IFF_INTELLIGENT|IFF_MULTI_BCAST|IFF_FAILED|IFF_STANDBY| \
95 #define PHYI_STANDBY IFF_STANDBY /* Standby NIC */
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.h72 (((flags) & (IFF_STANDBY | IFF_INACTIVE | IFF_FAILED | IFF_OFFLINE | \
H A Dmpd_probe.c1364 if (pi2->pi_flags & IFF_STANDBY)
1412 if (!(pi2->pi_flags & IFF_STANDBY))
1418 if (pi2->pi_flags & IFF_STANDBY)
1427 if (pi->pi_flags & IFF_STANDBY) { /* case 1 */
1475 if (!(pi2->pi_flags & IFF_STANDBY))
H A Dmpd_tables.c790 if (pi->pi_flags & IFF_STANDBY)
1403 (pi->pi_flags & (IFF_STANDBY|IFF_INACTIVE)) == IFF_STANDBY)
2780 if (pi->pi_flags & IFF_STANDBY)
H A Dmpd_main.c1417 * If IFF_STANDBY has changed, indicate that the interface has changed
1420 if ((old_flags ^ pii->pii_flags) & IFF_STANDBY) {
1422 if (pii->pii_flags & IFF_STANDBY)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c66 { IFF_STANDBY, "STANDBY" },
292 { "standby", IFF_STANDBY, setifflags, 1, AF_ANY },
293 { "-standby", -IFF_STANDBY, setifflags, 1, AF_ANY },
339 { IFF_STANDBY, AF_UNSPEC, "standby" },
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtrace.c558 { IFF_STANDBY, 0, "STANDBY" },
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_if.c160 if (lifrl.lifr_flags & IFF_STANDBY)

Completed in 113 milliseconds