Searched refs:IFF_OFFLINE (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dif_mpadm.c129 * Checks whether IFF_OFFLINE is set on `ifname'.
144 return ((lifr.lifr_flags & IFF_OFFLINE) != 0);
166 if (!(ifaddrp->ia_flags & IFF_OFFLINE))
167 warn("IFF_OFFLINE vanished on %s\n", ifaddrp->ia_name);
194 if (!(ifaddrp->ia_flags & IFF_OFFLINE))
195 warn("IFF_OFFLINE vanished on %s\n", ifaddrp->ia_name);
212 * Verify whether IFF_OFFLINE is set as a sanity check.
215 warn("in.mpathd has not cleared IFF_OFFLINE on %s\n", ifname);
/illumos-gate/usr/src/uts/common/net/
H A Dif.h155 #define IFF_OFFLINE 0x0080000000 /* Interface is offline */ macro
187 #define IFF_IPMP_INVALID (IFF_STANDBY | IFF_INACTIVE | IFF_OFFLINE | \
/illumos-gate/usr/src/uts/common/inet/
H A Dip_if.h77 IFF_INACTIVE|IFF_OFFLINE|IFF_VIRTUAL|IFF_IPMP|IFF_L3PROTECT)
97 #define PHYI_OFFLINE IFF_OFFLINE /* NIC has been offlined */
/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_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);
779 if (pi->pi_flags & IFF_OFFLINE) {
1442 if (!change_pif_flags(pi, IFF_OFFLINE, IFF_INACTIVE))
1522 if (!change_pif_flags(pi, 0, IFF_OFFLINE))
H A Dmpd_main.c601 * IFF_OFFLINE interfaces should always be PI_OFFLINE
604 if (pii->pii_phyint->pi_flags & IFF_OFFLINE) {
616 * If something cleared IFF_OFFLINE (e.g., by accident
801 if (pi->pi_flags & IFF_OFFLINE)
897 if (pi->pi_flags & IFF_OFFLINE)
H A Dmpd_probe.c107 * IFF_OFFLINE is set. If the phyint is also configured with a test address
1374 * transition is appropriate. Clears IFF_OFFLINE or IFF_FAILED if
1425 clear = (onlining ? IFF_OFFLINE : IFF_FAILED);
1507 * So just clear IFF_OFFLINE and defer phyint_transition_to_running()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtrace.c560 { IFF_OFFLINE, 0, "OFFLINE" },
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_if.c296 else if (ifap->ifa_flags & IFF_OFFLINE)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c68 { IFF_OFFLINE, "OFFLINE" },
1663 * more than an optimization: in.mpathd will set IFF_OFFLINE
1667 * IFF_OFFLINE, confusing in.mpathd.

Completed in 174 milliseconds