Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/include/net/
Droute.h55 #define RTF_MODIFIED 0x0020 macro
/third_party/musl/include/net/
Droute.h55 #define RTF_MODIFIED 0x0020 macro
/third_party/musl/porting/liteos_a/kernel/include/net/
Droute.h55 #define RTF_MODIFIED 0x0020 macro
/third_party/musl/porting/uniproton/kernel/include/net/
Droute.h55 #define RTF_MODIFIED 0x0020 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
Droute.h55 #define RTF_MODIFIED 0x0020 macro
/third_party/musl/ndk_musl_include/net/
Droute.h55 #define RTF_MODIFIED 0x0020 macro
/third_party/toybox/toys/pending/
Droute.c197 else if (!strcmp(*argv, "mod")) rt->rt_flags |= RTF_MODIFIED; in get_next_params()
326 if (!strcmp(*argv, "mod")) rt->rtmsg_flags |= RTF_MODIFIED; in get_next_params_inet6()
/third_party/toybox/toys/net/
Dnetstat.c276 RTF_GATEWAY, RTF_HOST, RTF_REINSTATE, RTF_DYNAMIC, RTF_MODIFIED in display_routes()