Home
last modified time | relevance | path

Searched refs:RTF_HOST (Results 1 – 8 of 8) sorted by relevance

/third_party/toybox/toys/pending/
Droute.c250 if ((rt->rt_flags & RTF_HOST) && addr_mask != INVALID_ADDR) in verify_netmask()
287 rt.rt_flags = ((is_net_or_host) ? RTF_UP : (RTF_UP | RTF_HOST)); in setroute()
292 if ((action == 1) && (rt.rt_flags & RTF_HOST)) in setroute()
315 rt->rtmsg_flags = (plen == DEFAULT_PREFIXLEN) ? (RTF_UP | RTF_HOST) : RTF_UP; in is_prefix_inet6()
/third_party/musl/porting/liteos_m/kernel/include/net/
Droute.h52 #define RTF_HOST 0x0004 macro
/third_party/musl/include/net/
Droute.h52 #define RTF_HOST 0x0004 macro
/third_party/musl/porting/liteos_a/kernel/include/net/
Droute.h52 #define RTF_HOST 0x0004 macro
/third_party/musl/porting/uniproton/kernel/include/net/
Droute.h52 #define RTF_HOST 0x0004 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
Droute.h52 #define RTF_HOST 0x0004 macro
/third_party/musl/ndk_musl_include/net/
Droute.h52 #define RTF_HOST 0x0004 macro
/third_party/toybox/toys/net/
Dnetstat.c276 RTF_GATEWAY, RTF_HOST, RTF_REINSTATE, RTF_DYNAMIC, RTF_MODIFIED in display_routes()