Home
last modified time | relevance | path

Searched refs:rt_flags (Results 1 – 15 of 15) sorted by relevance

/third_party/toybox/toys/pending/
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 & RTF_REJECT)) rt->rt_dev = (char *)"lo"; in get_next_params()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_route.h83 u_long rt_flags; /* up/down?, host/net */
/third_party/musl/porting/liteos_m/kernel/include/net/
Droute.h19 unsigned short int rt_flags; member
/third_party/musl/porting/uniproton/kernel/include/net/
Droute.h19 unsigned short int rt_flags; member
/third_party/musl/include/net/
Droute.h19 unsigned short int rt_flags; member
/third_party/musl/porting/liteos_a/kernel/include/net/
Droute.h19 unsigned short int rt_flags; member
/third_party/musl/ndk_musl_include/net/
Droute.h19 unsigned short int rt_flags; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
Droute.h19 unsigned short int rt_flags; member
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs56 pub rt_flags: ::c_ushort,
/third_party/libwebsockets/lib/plat/unix/
Dunix-sockets.c560 route.rt_flags = RTF_UP | RTF_GATEWAY; in lws_plat_ifconfig()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_upnp_ssdp.c826 rt.rt_flags = RTF_UP; in add_ssdp_network()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_upnp_ssdp.c826 rt.rt_flags = RTF_UP; in add_ssdp_network()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs205 pub rt_flags: ::c_ushort,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs179 pub rt_flags: ::c_ushort,
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h69721 unsigned int rt_flags; member
86163 short unsigned int rt_flags; member