Searched refs:RTF_ADDRCONF (Results 1 – 4 of 4) sorted by relevance
23 #define RTF_ADDRCONF 0x00040000 /* addrconf route - RA */ macro
3846 if (cfg->fc_flags & RTF_ADDRCONF) in ip6_route_info_create() 4435 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_ROUTEINFO | in rt6_add_route_info() 4480 ((rt->fib6_flags & (RTF_ADDRCONF | RTF_DEFAULT)) == (RTF_ADDRCONF | RTF_DEFAULT)) && in rt6_get_dflt_router() 4501 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_DEFAULT | in rt6_add_dflt_router() 4535 if (rt->fib6_flags & (RTF_DEFAULT | RTF_ADDRCONF) && in __rt6_purge_dflt_routers() 4765 #define RTF_RA_ROUTER (RTF_ADDRCONF | RTF_DEFAULT)
1150 if (!(rt->fib6_flags & (RTF_ADDRCONF | RTF_PREFIX_RT)) && in fib6_add_rt2node()1152 iter->fib6_flags &= ~RTF_ADDRCONF; in fib6_add_rt2node()
2871 RTF_ADDRCONF | RTF_PREFIX_RT, in addrconf_prefix_rcv()2897 int flags = RTF_ADDRCONF | RTF_PREFIX_RT; in addrconf_prefix_rcv()