Home
last modified time | relevance | path

Searched refs:CTLFLAG_RD (Results 1 – 3 of 3) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dapple.txt278 CTLFLAG_RD
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2668 pub const CTLFLAG_RD: c_int = 0x80000000; constant
2670 pub const CTLFLAG_RW: c_int = CTLFLAG_RD | CTLFLAG_WR;
2679 pub const CTLFLAG_RDTUN: c_int = CTLFLAG_RD | CTLFLAG_TUN;
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs4266 pub const CTLFLAG_RD: c_int = 0x80000000; constant
4268 pub const CTLFLAG_RW: c_int = CTLFLAG_RD | CTLFLAG_WR;