Home
last modified time | relevance | path

Searched refs:BPF_ALIGNMENT (Results 1 – 8 of 8) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Ddragonfly.txt107 BPF_ALIGNMENT
H A Dfreebsd.txt142 BPF_ALIGNMENT
H A Dapple.txt188 BPF_ALIGNMENT
H A Daix.txt115 BPF_ALIGNMENT
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/
H A Dmod.rs1352 pub const BPF_ALIGNMENT: usize = SIZEOF_LONG; constant
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs2313 pub const BPF_ALIGNMENT: usize = mem::size_of::<c_long>(); constant
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs844 pub const BPF_ALIGNMENT: c_ulong = 4; constant
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs4694 pub const BPF_ALIGNMENT: c_int = 4; constant