Searched refs:IFF_DHCPRUNNING (Results 1 – 16 of 16) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | interface.c | 56 #define DHCP_IFF_WATCH (IFF_DHCPRUNNING | IFF_DEPRECATED | IFF_ADDRCONF | \ 874 if (dhcponly && !(lifr.lifr_flags & IFF_DHCPRUNNING)) { in canonize_lif() 1019 lifr.lifr_flags |= IFF_UP | IFF_DHCPRUNNING; in plumb_lif() 1176 if (lifr.lifr_flags & IFF_DHCPRUNNING) { in set_lif_dhcp() 1191 lifr.lifr_flags |= IFF_DHCPRUNNING; in set_lif_dhcp() 1223 if (!(lifr.lifr_flags & IFF_DHCPRUNNING)) in clear_lif_dhcp() 1226 lif->lif_flags = lifr.lifr_flags &= ~IFF_DHCPRUNNING; in clear_lif_dhcp() 1772 if (!(flags & IFF_DHCPRUNNING)) in remove_v6_strays() 1782 lifrp->lifr_flags = flags & ~IFF_DHCPRUNNING; in remove_v6_strays()
|
H A D | README.v6 | 768 that when it detects a new IFF_DHCPRUNNING IP logical interface, it 774 will scan all of the IFF_DHCPRUNNING IP logical interfaces on the 1187 - Track prefixes and set prefix length on IFF_DHCPRUNNING aliases
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/netstrategy/ |
H A D | netstrategy.c | 241 *dhcpflag = (flifr.lifr_flags & IFF_DHCPRUNNING) != 0; in get_first_interface()
|
/titanic_41/usr/src/lib/libdhcpagent/common/ |
H A D | dhcpagent_ipc.c | 880 ifnames = get_ifnames(IFF_DHCPRUNNING, 0); in dhcp_ipc_getinfo() 898 ifnames = get_ifnames(IFF_UP|IFF_RUNNING, IFF_LOOPBACK|IFF_DHCPRUNNING); in dhcp_ipc_getinfo()
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | ip_if.h | 84 IFF_UNNUMBERED|IFF_DHCPRUNNING|IFF_PRIVATE|IFF_NOXMIT|IFF_NOLOCAL| \ 121 #define IPIF_DHCPRUNNING IFF_DHCPRUNNING /* DHCP controlled interface */
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | ndp.c | 750 if ((pr->pr_flags & IFF_DHCPRUNNING) && in incoming_prefix_stateful() 764 (pr->pr_flags & IFF_DHCPRUNNING))) in incoming_prefix_stateful() 774 po->nd_opt_pi_prefix_len, IFF_DHCPRUNNING); in incoming_prefix_stateful() 830 (pr->pr_flags & IFF_DHCPRUNNING)) in incoming_prefix_addrconf()
|
H A D | tables.c | 1229 if (lifr.lifr_flags & IFF_DHCPRUNNING) { in prefix_init_from_k() 1253 (pr2->pr_flags & IFF_DHCPRUNNING)) && in prefix_init_from_k() 1317 if (!(pr->pr_flags & (IFF_NOLOCAL | IFF_DHCPRUNNING))) in prefix_init_from_k() 2367 !(pr->pr_flags & IFF_DHCPRUNNING))) { in prefix_update_ipadm_addrobj()
|
H A D | main.c | 558 !(lifr.lifr_flags & IFF_DHCPRUNNING) && in if_process() 2451 (lifr.lifr_flags & IFF_DHCPRUNNING)) { in ndpd_delete_addrs() 2469 if (lifr.lifr_flags & IFF_DHCPRUNNING) in ndpd_delete_addrs()
|
/titanic_41/usr/src/uts/common/net/ |
H A D | if.h | 130 #define IFF_DHCPRUNNING 0x0000004000 /* DHCP controls this interface */ macro
|
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | ncu_ip.c | 53 #define DHCP_RUNNING (IFF_RUNNING | IFF_UP | IFF_DHCPRUNNING) 422 if (flags & IFF_DHCPRUNNING) { in nwamd_dhcp_managing()
|
/titanic_41/usr/src/lib/libipadm/common/ |
H A D | ipadm_addr.c | 388 !(ifap->ifa_flags & IFF_DHCPRUNNING)) in i_ipadm_active_addr_info() 452 } else if ((flags & IFF_DHCPRUNNING) && (!(flags & IFF_IPV6) || in i_ipadm_active_addr_info() 2307 if (lifr.lifr_flags & IFF_DHCPRUNNING) { in i_ipadm_addr_exists_on_if()
|
/titanic_41/usr/src/cmd/rcm_daemon/common/ |
H A D | ip_rcm.c | 1680 if ((lif->li_ifflags & IFF_DHCPRUNNING) && in if_replumb() 1728 if ((lif->li_ifflags & IFF_DHCPRUNNING) && in if_replumb()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | ifconfig.c | 52 { IFF_DHCPRUNNING, "DHCP" }, 89 { "dhcpagent(1M)", IFF_DHCPRUNNING, 1 }, 470 offflags |= IFF_DHCPRUNNING; in main()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | trace.c | 544 { IFF_DHCPRUNNING, 0, "DHCP" },
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 1099 &braddr, IFF_DHCPRUNNING)) { in dhcpinit()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 10315 const uint64_t appflags = IFF_DHCPRUNNING | IFF_ADDRCONF; in ip_sioctl_flags()
|