Searched refs:IFF_STANDBY (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/net/ |
H A D | if.h | 153 #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 D | ip_if.h | 76 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 D | mpd_probe.c | 1364 if (pi2->pi_flags & IFF_STANDBY) in phyint_activate_another() 1412 if (!(pi2->pi_flags & IFF_STANDBY)) in phyint_transition_to_running() 1418 if (pi2->pi_flags & IFF_STANDBY) in phyint_transition_to_running() 1427 if (pi->pi_flags & IFF_STANDBY) { /* case 1 */ in phyint_transition_to_running() 1475 if (!(pi2->pi_flags & IFF_STANDBY)) in phyint_standby_refresh_inactive()
|
H A D | mpd_tables.h | 72 (((flags) & (IFF_STANDBY | IFF_INACTIVE | IFF_FAILED | IFF_OFFLINE | \
|
H A D | mpd_tables.c | 790 if (pi->pi_flags & IFF_STANDBY) in phyint_inst_init_from_k() 1403 (pi->pi_flags & (IFF_STANDBY|IFF_INACTIVE)) == IFF_STANDBY) in phyint_delete() 2780 if (pi->pi_flags & IFF_STANDBY) in iftype()
|
H A D | mpd_main.c | 1422 if ((old_flags ^ pii->pii_flags) & IFF_STANDBY) { in process_rtm_ifinfo() 1424 if (pii->pii_flags & IFF_STANDBY) in process_rtm_ifinfo()
|
/illumos-gate/usr/src/lib/libipadm/common/ |
H A D | ipadm_prop.c | 645 on_flags = IFF_STANDBY; in i_ipadm_set_ifprop_flags() 647 off_flags = IFF_STANDBY; in i_ipadm_set_ifprop_flags() 1043 if (intf_flags & IFF_STANDBY) in i_ipadm_get_ifprop_flags()
|
H A D | ipadm_if.c | 186 if (lifrl.lifr_flags & IFF_STANDBY) in i_ipadm_active_if_info()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | ifconfig.c | 66 { IFF_STANDBY, "STANDBY" }, 293 { "standby", IFF_STANDBY, setifflags, 1, AF_ANY }, 294 { "-standby", -IFF_STANDBY, setifflags, 1, AF_ANY }, 340 { IFF_STANDBY, AF_UNSPEC, "standby" },
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | trace.c | 558 { IFF_STANDBY, 0, "STANDBY" },
|