Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dipv6_route.h23 #define RTF_ADDRCONF 0x00040000 /* addrconf route - RA */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dipv6_route.h23 #define RTF_ADDRCONF 0x00040000 /* addrconf route - RA */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dipv6_route.h23 #define RTF_ADDRCONF 0x00040000 /* addrconf route - RA */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/net/
H A Droute.h93 #define RTF_ADDRCONF 0x00040000 /* addrconf route - RA */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/net/
H A Droute.h93 #define RTF_ADDRCONF 0x00040000 /* addrconf route - RA */ macro
/OK3568_Linux_fs/kernel/include/net/
H A Dip6_route.h77 return !(f6i->fib6_flags & RTF_ADDRCONF) && !f6i->nh && in rt6_qualify_for_ecmp()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Droute.c3657 if (cfg->fc_flags & RTF_ADDRCONF) in ip6_route_info_create()
4194 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_ROUTEINFO | in rt6_add_route_info()
4239 ((rt->fib6_flags & (RTF_ADDRCONF | RTF_DEFAULT)) == (RTF_ADDRCONF | RTF_DEFAULT)) && in rt6_get_dflt_router()
4258 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_DEFAULT | in rt6_add_dflt_router()
4285 if (rt->fib6_flags & (RTF_DEFAULT | RTF_ADDRCONF) && in rt6_addrconf_purge()
4487 #define RTF_RA_ROUTER (RTF_ADDRCONF | RTF_DEFAULT)
H A Daddrconf.c2772 RTF_ADDRCONF | RTF_PREFIX_RT, in addrconf_prefix_rcv()
2788 int flags = RTF_ADDRCONF | RTF_PREFIX_RT; in addrconf_prefix_rcv()