Home
last modified time | relevance | path

Searched refs:IFF_RUNNING (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.h73 IFF_RUNNING)) | (handle_link_notifications ? 0 : IFF_RUNNING))
129 #define FLAGS_TO_LINK_STATE(pi) (((pi)->pi_flags & IFF_RUNNING) != 0)
H A Dmpd_main.c1429 if ((old_flags ^ pii->pii_flags) != IFF_RUNNING) { in process_rtm_ifinfo()
H A Dmpd_tables.c1864 ~(IFF_FAILED | IFF_RUNNING)) != 0 || in logint_init_from_k()
/illumos-gate/usr/src/uts/common/net/
H A Dif.h113 #define IFF_RUNNING 0x0000000040 /* resources allocated */ macro
177 (IFF_BROADCAST | IFF_POINTOPOINT | IFF_RUNNING | IFF_PROMISC | \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h419 #define IS_IFF_UP(f) (((f) & (IFF_UP|IFF_RUNNING)) == (IFF_UP|IFF_RUNNING))
H A Dtrace.c536 { IFF_RUNNING, 0, "RUNNING" },
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dagent.c1462 if ((ifm->ifm_flags & IFF_RUNNING) && pif->pif_running || in process_link_up_down()
1463 !(ifm->ifm_flags & IFF_RUNNING) && !pif->pif_running) in process_link_up_down()
1476 !(lifr.lifr_flags & IFF_RUNNING)) { in process_link_up_down()
H A Dinterface.c473 if ((lifr.lifr_flags & IFF_RUNNING) && !pif->pif_running) { in insert_lif()
475 } else if (!(lifr.lifr_flags & IFF_RUNNING) && pif->pif_running) { in insert_lif()
/illumos-gate/usr/src/uts/common/inet/
H A Dip_if.h75 #define IFF_PHYINT_FLAGS (IFF_LOOPBACK|IFF_RUNNING|IFF_PROMISC| \
89 #define PHYI_RUNNING IFF_RUNNING /* resources allocated */
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_ip.c52 #define STATELESS_RUNNING (IFF_RUNNING | IFF_UP | IFF_ADDRCONF)
53 #define DHCP_RUNNING (IFF_RUNNING | IFF_UP | IFF_DHCPRUNNING)
1031 !(flags & IFF_RUNNING) && in nwamd_ncu_handle_if_state_event()
H A DREADME337 does not correspond to IFF_UP or IFF_RUNNING, but rather
/illumos-gate/usr/src/boot/include/net/
H A Dif.h168 #define IFF_RUNNING IFF_DRV_RUNNING macro
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c976 ifreq.ifr_flags = IFF_RUNNING; in sdpfp_ioctl()
982 lifreq.lifr_flags = IFF_RUNNING; in sdpfp_ioctl()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c1765 priv->flags &= ~IFF_RUNNING;
1778 priv->flags |= IFF_RUNNING;
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c901 ifnames = get_ifnames(IFF_UP|IFF_RUNNING, IFF_LOOPBACK|IFF_DHCPRUNNING); in dhcp_ipc_getinfo()
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_if.c433 if (!(ifap->ifa_flags & IFF_RUNNING) || in i_ipadm_get_all_if_info()
H A Dipadm_addr.c515 if (flags & IFF_RUNNING) { in i_ipadm_active_addr_info()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c44 { IFF_RUNNING, "RUNNING" },