Home
last modified time | relevance | path

Searched refs:rt_flags (Results 1 - 12 of 12) sorted by relevance

/third_party/toybox/toys/pending/
H A Droute.c194 if (!strcmp(*argv, "reject")) rt->rt_flags |= RTF_REJECT; in get_next_params()
195 else if (!strcmp(*argv, "mod")) rt->rt_flags |= RTF_MODIFIED; in get_next_params()
196 else if (!strcmp(*argv, "dyn")) rt->rt_flags |= RTF_DYNAMIC; in get_next_params()
197 else if (!strcmp(*argv, "reinstate")) rt->rt_flags |= RTF_REINSTATE; in get_next_params()
215 if (!(rt->rt_flags & RTF_GATEWAY)) { in get_next_params()
217 rt->rt_flags |= RTF_GATEWAY; in get_next_params()
223 rt->rt_flags |= RTF_MSS; in get_next_params()
227 rt->rt_flags |= RTF_WINDOW; in get_next_params()
230 rt->rt_flags |= RTF_IRTT; in get_next_params()
237 if (!rt->rt_dev && (rt->rt_flags in get_next_params()
[all...]
/third_party/musl/porting/liteos_a/kernel/include/net/
H A Droute.h19 unsigned short int rt_flags; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
H A Droute.h19 unsigned short int rt_flags; member
/third_party/musl/porting/uniproton/kernel/include/net/
H A Droute.h19 unsigned short int rt_flags; member
/third_party/musl/porting/liteos_m/kernel/include/net/
H A Droute.h19 unsigned short int rt_flags; member
/third_party/musl/include/net/
H A Droute.h19 unsigned short int rt_flags; member
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-sockets.c566 route.rt_flags = RTF_UP | RTF_GATEWAY; in lws_plat_ifconfig()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs56 pub rt_flags: ::c_ushort,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp_ssdp.c826 rt.rt_flags = RTF_UP; in add_ssdp_network()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_upnp_ssdp.c826 rt.rt_flags = RTF_UP; in add_ssdp_network()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs205 pub rt_flags: ::c_ushort,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs179 pub rt_flags: ::c_ushort,

Completed in 14 milliseconds