Home
last modified time | relevance | path

Searched refs:IFF_UP_RUNNING (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sbin/routed/
Ddefs.h300 #define IFF_UP_RUNNING (IFF_RUNNING|IFF_UP) macro
302 #define IFF_UP_RUNNING IFF_UP macro
304 #define iff_alive(f) (((f) & IFF_UP_RUNNING) == IFF_UP_RUNNING)
Dif.c739 ifp->int_if_flags &= ~IFF_UP_RUNNING; in ifinit()
745 ifp->int_if_flags |= IFF_UP_RUNNING; in ifinit()
Dtable.c1086 & IFF_UP_RUNNING) != 0) in read_rt()