Home
last modified time | relevance | path

Searched refs:IFF_VRRP (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/net/
H A Dif.h170 #define IFF_VRRP 0x10000000000ll /* Managed by VRRP */ macro
181 IFF_VRRP | IFF_NOLINKLOCAL | IFF_L3PROTECT)
/titanic_41/usr/src/uts/common/inet/
H A Dip_if.h81 IFF_COS_ENABLED|IFF_FIXEDMTU|IFF_VRRP|IFF_NOACCEPT|IFF_NOLINKLOCAL)
113 #define ILLF_VRRP IFF_VRRP /* managed by VRRP */
/titanic_41/usr/src/lib/libipadm/common/
H A Dipadm_if.c164 if (lifrl.lifr_flags & IFF_VRRP) in i_ipadm_active_if_info()
H A Dipadm_addr.c3480 if (islo || (ifflags & IFF_VRRP)) in i_ipadm_validate_create_addr()
3484 if (islo || (ifflags & IFF_VRRP) || in i_ipadm_validate_create_addr()
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dinterface.c124 if (lifr.lifr_flags & IFF_VRRP) { in insert_pif()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c451 (lifr.lifr_flags & (IFF_LOOPBACK|IFF_VRRP))) { in if_process()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c77 { IFF_VRRP, "VRRP"},
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_if.c10287 if ((intf_flags & IFF_VRRP) && ((turn_off | turn_on) & IFF_UP)) { in ip_sioctl_flags()
10297 if (!connp->conn_isvrrp || !(intf_flags & IFF_VRRP)) in ip_sioctl_flags()