Searched refs:RTF_ADDRCONF (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dipv6_route.h23 #define RTF_ADDRCONF 0x00040000 /* addrconf route - RA */ macro
/linux-master/include/net/
H A Dip6_route.h75 /* the RTF_ADDRCONF flag filters out RA's */
76 return !(f6i->fib6_flags & RTF_ADDRCONF) && !f6i->nh &&
/linux-master/net/ipv6/
H A Droute.c3772 if (cfg->fc_flags & RTF_ADDRCONF)
4308 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_ROUTEINFO |
4353 ((rt->fib6_flags & (RTF_ADDRCONF | RTF_DEFAULT)) == (RTF_ADDRCONF | RTF_DEFAULT)) &&
4374 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_DEFAULT |
4408 if (rt->fib6_flags & (RTF_DEFAULT | RTF_ADDRCONF) &&
4629 #define RTF_RA_ROUTER (RTF_ADDRCONF | RTF_DEFAULT)
H A Daddrconf.c2825 RTF_ADDRCONF | RTF_PREFIX_RT,
2850 int flags = RTF_ADDRCONF | RTF_PREFIX_RT;

Completed in 218 milliseconds