Home
last modified time | relevance | path

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

/rust-libc-0.2.174/libc-test/semver/
H A Dapple.txt279 CTLFLAG_RW
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2670 pub const CTLFLAG_RW: c_int = CTLFLAG_RD | CTLFLAG_WR; constant
2680 pub const CTLFLAG_RWTUN: c_int = CTLFLAG_RW | CTLFLAG_TUN;
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs4268 pub const CTLFLAG_RW: c_int = CTLFLAG_RD | CTLFLAG_WR; constant