Home
last modified time | relevance | path

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

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