Home
last modified time | relevance | path

Searched refs:RTF_UP (Results 1 – 10 of 10) sorted by relevance

/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 Droute.h49 #define RTF_UP 0x0001 /* route usable */ 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 Droute.h49 #define RTF_UP 0x0001 /* route usable */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Droute.h51 #define RTF_UP 0x0001 /* route usable */ 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.h72 #define RTF_UP 0x0001 /* Route usable. */ 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.h72 #define RTF_UP 0x0001 /* Route usable. */ macro
/OK3568_Linux_fs/kernel/net/appletalk/
H A Dddp.c436 if (!(r->flags & RTF_UP)) in atrtr_find()
486 atrtr_default.flags = RTF_UP; in atrtr_set_default()
750 rtdef.rt_flags = RTF_UP; in atif_ioctl()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Droute.c4120 nrt->rt6i_flags = RTF_GATEWAY|RTF_UP|RTF_DYNAMIC|RTF_CACHE; in rt6_do_redirect()
4195 RTF_UP | RTF_PREF(pref), in rt6_add_route_info()
4259 RTF_UP | RTF_EXPIRES | RTF_PREF(pref), in rt6_add_dflt_router()
4421 .fc_flags = RTF_UP | RTF_NONEXTHOP, in addrconf_f6i_alloc()
4884 .fc_flags = RTF_UP, in rtm_to_fib6_config()
H A Daddrconf.c2426 .fc_flags = RTF_UP | flags, in addrconf_prefix_route()
2499 .fc_flags = RTF_UP, in addrconf_add_mroute()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dipconfig.c399 rm.rt_flags = RTF_UP | RTF_GATEWAY; in ic_setup_routes()
H A Dfib_trie.c2909 flags |= RTF_UP; in fib_flag_trans()