Home
last modified time | relevance | path

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

/dragonfly/sys/net/
H A Dif.h97 #define IFF_SMART 0x20 /* interface manages own routes */ macro
120 IFF_SIMPLEX|IFF_MULTICAST|IFF_ALLMULTI|IFF_SMART|IFF_POLLING_COMPAT|\
H A Dif.c2120 if (ifp->if_flags & IFF_SMART) { in ifioctl()
/dragonfly/usr.sbin/route6d/
H A Droute6d.c2342 #ifdef IFF_SMART in ifflags()
2343 IFFLAG("SMART", IFF_SMART); in ifflags()