Home
last modified time | relevance | path

Searched refs:RTF_GATEWAY (Results 1 – 9 of 9) sorted by relevance

/third_party/toybox/toys/pending/
Droute.c217 if (!(rt->rt_flags & RTF_GATEWAY)) { in get_next_params()
219 rt->rt_flags |= RTF_GATEWAY; in get_next_params()
335 if (!(rt->rtmsg_flags & RTF_GATEWAY)) { in get_next_params_inet6()
338 rt->rtmsg_flags |= RTF_GATEWAY; in get_next_params_inet6()
/third_party/musl/porting/liteos_a/kernel/include/net/
Droute.h50 #define RTF_GATEWAY 0x0002 macro
/third_party/musl/porting/uniproton/kernel/include/net/
Droute.h50 #define RTF_GATEWAY 0x0002 macro
/third_party/musl/porting/liteos_m/kernel/include/net/
Droute.h50 #define RTF_GATEWAY 0x0002 macro
/third_party/musl/ndk_musl_include/net/
Droute.h50 #define RTF_GATEWAY 0x0002 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
Droute.h50 #define RTF_GATEWAY 0x0002 macro
/third_party/musl/include/net/
Droute.h50 #define RTF_GATEWAY 0x0002 macro
/third_party/toybox/toys/net/
Dnetstat.c276 RTF_GATEWAY, RTF_HOST, RTF_REINSTATE, RTF_DYNAMIC, RTF_MODIFIED in display_routes()
/third_party/libwebsockets/lib/plat/unix/
Dunix-sockets.c560 route.rt_flags = RTF_UP | RTF_GATEWAY; in lws_plat_ifconfig()