Home
last modified time | relevance | path

Searched refs:CTLFLAG_RD (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2079 pub const CTLFLAG_RD: ::c_int = 0x80000000; consts
2081 pub const CTLFLAG_RW: ::c_int = CTLFLAG_RD | CTLFLAG_WR;
2090 pub const CTLFLAG_RDTUN: ::c_int = CTLFLAG_RD | CTLFLAG_TUN;
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4073 pub const CTLFLAG_RD: ::c_int = 0x80000000; consts
4075 pub const CTLFLAG_RW: ::c_int = CTLFLAG_RD | CTLFLAG_WR;

Completed in 22 milliseconds