Home
last modified time | relevance | path

Searched refs:SO_TIMESTAMPNS (Results 1 - 24 of 24) sorted by relevance

/third_party/musl/src/network/
H A Dgetsockopt.c31 case SO_TIMESTAMPNS: in getsockopt()
34 if (optname==SO_TIMESTAMPNS) optname=SO_TIMESTAMPNS_OLD; in getsockopt()
H A Dsetsockopt.c36 case SO_TIMESTAMPNS: in setsockopt()
39 if (optname==SO_TIMESTAMPNS) optname=SO_TIMESTAMPNS_OLD; in setsockopt()
/third_party/musl/arch/x32/bits/
H A Dsocket.h4 #define SO_TIMESTAMPNS 35 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h240 #define SO_TIMESTAMPNS 64 macro
244 #define SO_TIMESTAMPNS 35 macro
262 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h229 #define SO_TIMESTAMPNS 64 macro
233 #define SO_TIMESTAMPNS 35 macro
251 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h240 #define SO_TIMESTAMPNS 64 macro
244 #define SO_TIMESTAMPNS 35 macro
262 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h240 #define SO_TIMESTAMPNS 64 macro
244 #define SO_TIMESTAMPNS 35 macro
262 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h244 #define SO_TIMESTAMPNS 64 macro
248 #define SO_TIMESTAMPNS 35 macro
266 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h240 #define SO_TIMESTAMPNS 64 macro
244 #define SO_TIMESTAMPNS 35 macro
262 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/third_party/musl/include/sys/
H A Dsocket.h244 #define SO_TIMESTAMPNS 64 macro
248 #define SO_TIMESTAMPNS 35 macro
266 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs59 pub const SO_TIMESTAMPNS: ::c_int = 35; consts
121 pub const SCM_TIMESTAMPNS: ::c_int = SO_TIMESTAMPNS;
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs92 pub const SO_TIMESTAMPNS: ::c_int = 35; consts
108 pub const SCM_TIMESTAMPNS: ::c_int = SO_TIMESTAMPNS;
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
H A Dmod.rs84 pub const SO_TIMESTAMPNS: ::c_int = 0x0021; consts
100 pub const SCM_TIMESTAMPNS: ::c_int = SO_TIMESTAMPNS;
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
H A Dmod.rs46 pub const SO_TIMESTAMPNS: ::c_int = 35; consts
90 pub const SCM_TIMESTAMPNS: ::c_int = SO_TIMESTAMPNS;
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgetsockopt_network.c252 * @tc.desc : SOL_SOCKET,SO_TIMESTAMPNS
260 int content = getsockopt(sockfd, SOL_SOCKET, SO_TIMESTAMPNS, &optval, (socklen_t *)(&optlen)); in getsockopt_1700()
/third_party/rust/crates/nix/src/sys/socket/
H A Dsockopt.rs702 /// Enable or disable the receiving of the `SO_TIMESTAMPNS` control message.
706 libc::SO_TIMESTAMPNS,
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1138 pub const SO_TIMESTAMPNS: u32 = 35; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1141 pub const SO_TIMESTAMPNS: u32 = 35; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1151 pub const SO_TIMESTAMPNS: u32 = 35; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1147 pub const SO_TIMESTAMPNS: u32 = 35; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1136 pub const SO_TIMESTAMPNS: u32 = 35; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1360 pub const SO_TIMESTAMPNS: u32 = 33; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs1137 pub const SO_TIMESTAMPNS: u32 = 35; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs1137 pub const SO_TIMESTAMPNS: u32 = 35; consts

Completed in 110 milliseconds