Home
last modified time | relevance | path

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

/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2084 pub const CTLFLAG_SECURE: ::c_int = 0x08000000; consts
2103 pub const CTLFLAG_SECURE1: ::c_int = CTLFLAG_SECURE | (0 << CTLSHIFT_SECURE);
2104 pub const CTLFLAG_SECURE2: ::c_int = CTLFLAG_SECURE | (1 << CTLSHIFT_SECURE);
2105 pub const CTLFLAG_SECURE3: ::c_int = CTLFLAG_SECURE | (2 << CTLSHIFT_SECURE);
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4078 pub const CTLFLAG_SECURE: ::c_int = 0x08000000; consts

Completed in 23 milliseconds