Home
last modified time | relevance | path

Searched refs:RTF_ADDRCONF (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dipv6_route.h23 #define RTF_ADDRCONF 0x00040000 /* addrconf route - RA */ macro
/linux/net/ipv6/
H A Droute.c3833 if (cfg->fc_flags & RTF_ADDRCONF) in ip6_route_info_create()
4410 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_ROUTEINFO | in rt6_add_route_info()
4455 ((rt->fib6_flags & (RTF_ADDRCONF | RTF_DEFAULT)) == (RTF_ADDRCONF | RTF_DEFAULT)) && in rt6_get_dflt_router()
4476 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_DEFAULT | in rt6_add_dflt_router()
4510 if (rt->fib6_flags & (RTF_DEFAULT | RTF_ADDRCONF) && in __rt6_purge_dflt_routers()
4740 #define RTF_RA_ROUTER (RTF_ADDRCONF | RTF_DEFAULT)
H A Daddrconf.c2848 RTF_ADDRCONF | RTF_PREFIX_RT, in addrconf_prefix_rcv()
2873 int flags = RTF_ADDRCONF | RTF_PREFIX_RT; in addrconf_prefix_rcv()