Searched refs:RTF_LOCAL (Results 1 – 8 of 8) sorted by relevance
140 RTF_REJECT | RTF_LLINFO | RTF_LOCAL | RTF_BROADCAST; in show()
95 { RTF_LOCAL, 'l'},
344 if (rtm->rtm_flags & RTF_LOCAL) in flushroutes()
465 #ifdef RTF_LOCAL in if_copyrt()466 if (rtm->rtm_flags & RTF_LOCAL) in if_copyrt()846 #ifdef RTF_LOCAL in if_copyrt6()847 if (rtm->rtm_flags & RTF_LOCAL) in if_copyrt6()
59 #if defined(__linux__) || (defined(BSD) && defined(RTF_LOCAL))
159 #define RTF_LOCAL 0x40000 /* route represents a local address */ macro
112 #define route_is_immutable(route) ((route)->re_flags & RTF_LOCAL)684 preserve = RTF_UP | RTF_HOST | RTF_IPV6 | RTF_LOCAL; in route_change()
114 #define IFADDR_HOST_RTFLAGS (RTF_UP | RTF_HOST | RTF_LOCAL)