Searched refs:IFF_LOWER_UP (Results 1 – 2 of 2) sorted by relevance
50 IFF_LOWER_UP = 1 << 16, enumerator75 #define IFF_LOWER_UP IFF_LOWER_UP macro79 …INT | IFF_BROADCAST | IFF_ECHO | IFF_MASTER | IFF_SLAVE | IFF_RUNNING | IFF_LOWER_UP | IFF_DORMANT)
210 #if defined(IFF_LOWER_UP) in FlagsToString()211 if ((flags & IFF_LOWER_UP) != 0) result += " LOWER_UP"; in FlagsToString()