Home
last modified time | relevance | path

Searched refs:RTF_MASK (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/net/
H A Droute.h160 #define RTF_MASK 0x80 /* subnet mask present */ macro
H A Droute.c134 #define PRESERVED_RTF (RTF_UP | RTF_GATEWAY | RTF_HOST | RTF_DONE | RTF_MASK)
/netbsd-src/sbin/route/
H A Drtutil.c82 { RTF_MASK, 'm' }, /* Mask Present -- for routing messages only */
/netbsd-src/usr.sbin/ldpd/
H A Dmpls_routes.c352 rm.m_rtm.rtm_flags |= RTF_MASK; in add_route()
/netbsd-src/usr.sbin/route6d/
H A Droute6d.c2268 #ifdef RTF_MASK in rtflags()
2269 RTFLAG("m", RTF_MASK); in rtflags()