Home
last modified time | relevance | path

Searched refs:RTF_UP (Results 1 - 13 of 13) sorted by relevance

/third_party/toybox/toys/pending/
H A Droute.c147 if (!(flags & RTF_UP)) continue; //skip down interfaces. in display_routes()
285 rt.rt_flags = ((is_net_or_host) ? RTF_UP : (RTF_UP | RTF_HOST)); in setroute()
313 rt->rtmsg_flags = (plen == DEFAULT_PREFIXLEN) ? (RTF_UP | RTF_HOST) : RTF_UP; in is_prefix_inet6()
362 rt.rtmsg_flags = RTF_UP; in setroute_inet6()
422 if (!(flag & RTF_UP)) continue; //skip down interfaces. in display_routes6()
/third_party/musl/porting/liteos_a/kernel/include/net/
H A Droute.h49 #define RTF_UP 0x0001 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
H A Droute.h49 #define RTF_UP 0x0001 macro
/third_party/musl/porting/uniproton/kernel/include/net/
H A Droute.h49 #define RTF_UP 0x0001 macro
/third_party/musl/porting/liteos_m/kernel/include/net/
H A Droute.h49 #define RTF_UP 0x0001 macro
/third_party/musl/include/net/
H A Droute.h49 #define RTF_UP 0x0001 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.c298 if (!(flags & RTF_UP)) continue; in display_routes()
/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/nto/
H A Dmod.rs1418 pub const RTF_UP: ::c_ushort = 0x0001; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2668 pub const RTF_UP: ::c_ushort = 0x0001; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4394 pub const RTF_UP: ::c_int = 0x1; consts

Completed in 39 milliseconds