Searched refs:IFF_FAILED (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dif.h152 #define IFF_FAILED 0x0010000000 /* Interface has failed */ macro
184 #define IFF_IPMP_CANTCHANGE IFF_FAILED
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c674 * If the IFF_FAILED, IFF_INACTIVE, or IFF_OFFLINE flags are
678 if ((flags & (IFF_FAILED | IFF_INACTIVE | IFF_OFFLINE))) {
680 ~(IFF_FAILED | IFF_INACTIVE | IFF_OFFLINE);
1307 * Make sure the IFF_FAILED flag is set if and only if we think
1310 if (pi->pi_flags & IFF_FAILED) {
1312 (void) change_pif_flags(pi, 0, IFF_FAILED);
1315 (void) change_pif_flags(pi, IFF_FAILED, IFF_INACTIVE);
1528 * already set pi_flags with IFF_FAILED, so we can use that to decide
1534 if (pi->pi_flags & IFF_FAILED) {
1859 * IFF_FAILED an
[all...]
H A Dmpd_tables.h72 (((flags) & (IFF_STANDBY | IFF_INACTIVE | IFF_FAILED | IFF_OFFLINE | \
H A Dmpd_probe.c160 * detection : set IFF_FAILED on this phyint
163 * detection : set IFF_FAILED on this phyint
167 * : clear IFF_FAILED on this phyint
171 * : clear IFF_FAILED on this phyint
176 * (Router targets) : set IFF_FAILED
180 * (Host targets) : set IFF_FAILED
1374 * transition is appropriate. Clears IFF_OFFLINE or IFF_FAILED if
1425 clear = (onlining ? IFF_OFFLINE : IFF_FAILED);
1511 (void) change_pif_flags(pi, 0, IFF_FAILED);
1533 (void) change_pif_flags(pi, IFF_FAILED, IFF_INACTIV
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dip_if.h76 IFF_ALLMULTI|IFF_INTELLIGENT|IFF_MULTI_BCAST|IFF_FAILED|IFF_STANDBY| \
94 #define PHYI_FAILED IFF_FAILED /* NIC has failed */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c65 { IFF_FAILED, "FAILED" },
294 { "failed", IFF_FAILED, setifflags, 1, AF_ANY },
295 { "-failed", -IFF_FAILED, setifflags, 1, AF_ANY },
340 { IFF_FAILED, AF_UNSPEC, "failed" },
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtrace.c557 { IFF_FAILED, 0, "FAILED" },
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_if.c294 (ifap->ifa_flags & IFF_FAILED))

Completed in 165 milliseconds