Searched refs:RTF_MASK (Results 1 – 5 of 5) sorted by relevance
160 #define RTF_MASK 0x80 /* subnet mask present */ macro
134 #define PRESERVED_RTF (RTF_UP | RTF_GATEWAY | RTF_HOST | RTF_DONE | RTF_MASK)
82 { RTF_MASK, 'm' }, /* Mask Present -- for routing messages only */
352 rm.m_rtm.rtm_flags |= RTF_MASK; in add_route()
2268 #ifdef RTF_MASK in rtflags()2269 RTFLAG("m", RTF_MASK); in rtflags()