Home
last modified time | relevance | path

Searched refs:RTF_REJECT (Results 1 – 13 of 13) sorted by relevance

/third_party/toybox/toys/pending/
Droute.c159 if (flags & RTF_REJECT) flag_val[0] = '!'; in display_routes()
194 if (!strcmp(*argv, "reject")) rt->rt_flags |= RTF_REJECT; in get_next_params()
237 if (!rt->rt_dev && (rt->rt_flags & RTF_REJECT)) rt->rt_dev = (char *)"lo"; in get_next_params()
/third_party/musl/porting/liteos_m/kernel/include/net/
Droute.h60 #define RTF_REJECT 0x0200 macro
/third_party/musl/porting/uniproton/kernel/include/net/
Droute.h60 #define RTF_REJECT 0x0200 macro
/third_party/musl/include/net/
Droute.h60 #define RTF_REJECT 0x0200 macro
/third_party/musl/porting/liteos_a/kernel/include/net/
Droute.h60 #define RTF_REJECT 0x0200 macro
/third_party/musl/ndk_musl_include/net/
Droute.h60 #define RTF_REJECT 0x0200 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
Droute.h60 #define RTF_REJECT 0x0200 macro
/third_party/toybox/toys/net/
Dnetstat.c324 if (flags & RTF_REJECT) *flag_val = '!'; in display_routes()
/third_party/rust/crates/libc/libc-test/semver/
Dapple.txt1214 RTF_REJECT
Dlinux.txt2007 RTF_REJECT
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1424 pub const RTF_REJECT: ::c_ushort = 0x0008; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2679 pub const RTF_REJECT: ::c_ushort = 0x0200; constant
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs4397 pub const RTF_REJECT: ::c_int = 0x8; constant