Home
last modified time | relevance | path

Searched refs:RTF_HOST (Results 1 - 10 of 10) sorted by relevance

/third_party/toybox/toys/pending/
H A Droute.c248 if ((rt->rt_flags & RTF_HOST) && addr_mask != INVALID_ADDR) in verify_netmask()
285 rt.rt_flags = ((is_net_or_host) ? RTF_UP : (RTF_UP | RTF_HOST)); in setroute()
290 if ((action == 1) && (rt.rt_flags & RTF_HOST)) in setroute()
313 rt->rtmsg_flags = (plen == DEFAULT_PREFIXLEN) ? (RTF_UP | RTF_HOST) : RTF_UP; in is_prefix_inet6()
/third_party/musl/porting/liteos_a/kernel/include/net/
H A Droute.h52 #define RTF_HOST 0x0004 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
H A Droute.h52 #define RTF_HOST 0x0004 macro
/third_party/musl/porting/uniproton/kernel/include/net/
H A Droute.h52 #define RTF_HOST 0x0004 macro
/third_party/musl/porting/liteos_m/kernel/include/net/
H A Droute.h52 #define RTF_HOST 0x0004 macro
/third_party/musl/include/net/
H A Droute.h52 #define RTF_HOST 0x0004 macro
/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.rs1421 pub const RTF_HOST: ::c_ushort = 0x0004; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2671 pub const RTF_HOST: ::c_ushort = 0x0004; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4396 pub const RTF_HOST: ::c_int = 0x4; consts

Completed in 35 milliseconds