Home
last modified time | relevance | path

Searched refs:SO_TIMESTAMPING_NEW (Results 1 – 5 of 5) sorted by relevance

/rust-libc-0.2.174/src/unix/linux_like/linux/arch/powerpc/
H A Dmod.rs59 const SO_TIMESTAMPING_NEW: c_int = 65; constant
63 pub const SO_TIMESTAMPING: c_int = SO_TIMESTAMPING_NEW;
/rust-libc-0.2.174/libc-test/semver/
H A DTODO-linux.txt56 SO_TIMESTAMPING_NEW
/rust-libc-0.2.174/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs104 const SO_TIMESTAMPING_NEW: c_int = 65; constant
108 pub const SO_TIMESTAMPING: c_int = SO_TIMESTAMPING_NEW;
/rust-libc-0.2.174/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs60 pub const SO_TIMESTAMPING: c_int = SO_TIMESTAMPING_NEW;
143 pub const SO_TIMESTAMPING_NEW: c_int = 65; constant
/rust-libc-0.2.174/src/unix/linux_like/android/
H A Dmod.rs1412 pub const SO_TIMESTAMPING_NEW: c_int = 65; constant