Searched refs:IFF_UP_RUNNING (Results 1 – 3 of 3) sorted by relevance
300 #define IFF_UP_RUNNING (IFF_RUNNING|IFF_UP) macro302 #define IFF_UP_RUNNING IFF_UP macro304 #define iff_alive(f) (((f) & IFF_UP_RUNNING) == IFF_UP_RUNNING)
739 ifp->int_if_flags &= ~IFF_UP_RUNNING; in ifinit()745 ifp->int_if_flags |= IFF_UP_RUNNING; in ifinit()
1086 & IFF_UP_RUNNING) != 0) in read_rt()