Home
last modified time | relevance | path

Searched refs:RTF_GATEWAY (Results 1 - 11 of 11) sorted by relevance

/third_party/toybox/toys/pending/
H A Droute.c215 if (!(rt->rt_flags & RTF_GATEWAY)) { in get_next_params()
217 rt->rt_flags |= RTF_GATEWAY; in get_next_params()
333 if (!(rt->rtmsg_flags & RTF_GATEWAY)) { in get_next_params_inet6()
336 rt->rtmsg_flags |= RTF_GATEWAY; in get_next_params_inet6()
/third_party/musl/porting/liteos_a/kernel/include/net/
H A Droute.h50 #define RTF_GATEWAY 0x0002 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
H A Droute.h50 #define RTF_GATEWAY 0x0002 macro
/third_party/musl/porting/uniproton/kernel/include/net/
H A Droute.h50 #define RTF_GATEWAY 0x0002 macro
/third_party/musl/porting/liteos_m/kernel/include/net/
H A Droute.h50 #define RTF_GATEWAY 0x0002 macro
/third_party/musl/include/net/
H A Droute.h50 #define RTF_GATEWAY 0x0002 macro
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-sockets.c566 route.rt_flags = RTF_UP | RTF_GATEWAY; in lws_plat_ifconfig()
/third_party/toybox/toys/net/
H A Dnetstat.c276 RTF_GATEWAY, RTF_HOST, RTF_REINSTATE, RTF_DYNAMIC, RTF_MODIFIED in display_routes()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1419 pub const RTF_GATEWAY: ::c_ushort = 0x0002; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2669 pub const RTF_GATEWAY: ::c_ushort = 0x0002; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4395 pub const RTF_GATEWAY: ::c_int = 0x2; consts

Completed in 36 milliseconds