Home
last modified time | relevance | path

Searched refs:IFF_IPMP_INVALID (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/net/
H A Dif.h187 #define IFF_IPMP_INVALID (IFF_STANDBY | IFF_INACTIVE | IFF_OFFLINE | \ macro
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_if.c10264 if (IS_IPMP(ill) && ((flags ^ intf_flags) & IFF_IPMP_INVALID)) in ip_sioctl_flags()