Home
last modified time | relevance | path

Searched refs:SCM_TIMESTAMP (Results 1 - 25 of 27) sorted by relevance

12

/third_party/musl/porting/liteos_a/user/src/network/
H A Drecvmsg.c13 if (SCM_TIMESTAMP == SCM_TIMESTAMP_OLD) return; in __convert_scm_timestamps()
25 type = SCM_TIMESTAMP; in __convert_scm_timestamps()
/third_party/musl/src/network/
H A Drecvmsg.c15 if (SCM_TIMESTAMP == SCM_TIMESTAMP_OLD) return; in __convert_scm_timestamps()
27 type = SCM_TIMESTAMP; in __convert_scm_timestamps()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h260 #define SCM_TIMESTAMP SO_TIMESTAMP macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h249 #define SCM_TIMESTAMP SO_TIMESTAMP macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h260 #define SCM_TIMESTAMP SO_TIMESTAMP macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h260 #define SCM_TIMESTAMP SO_TIMESTAMP macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h264 #define SCM_TIMESTAMP SO_TIMESTAMP macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h260 #define SCM_TIMESTAMP SO_TIMESTAMP macro
/third_party/musl/include/sys/
H A Dsocket.h264 #define SCM_TIMESTAMP SO_TIMESTAMP macro
/third_party/pulseaudio/src/modules/rtp/
H A Drtp-native.c356 if (cm->cmsg_level == SOL_SOCKET && cm->cmsg_type == SCM_TIMESTAMP) { in pa_rtp_recv()
363 pa_log_warn("Couldn't find SCM_TIMESTAMP data in auxiliary recvmsg() data!"); in pa_rtp_recv()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs955 pub const SCM_TIMESTAMP: ::c_int = 0x02; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1111 pub const SCM_TIMESTAMP: ::c_int = 0x04; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs795 pub const SCM_TIMESTAMP: ::c_int = SO_TIMESTAMP; consts
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs676 /// A message of type `SCM_TIMESTAMP`, containing the time the
888 (libc::SOL_SOCKET, libc::SCM_TIMESTAMP) => { in decode_from()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1611 pub const SCM_TIMESTAMP: ::c_int = 0x08; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1032 pub const SCM_TIMESTAMP: ::c_int = 0x02; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1832 pub const SCM_TIMESTAMP: ::c_int = SO_TIMESTAMP; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1142 pub const SCM_TIMESTAMP: u32 = 29; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1772 pub const SCM_TIMESTAMP: ::c_int = SO_TIMESTAMP; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1145 pub const SCM_TIMESTAMP: u32 = 29; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1155 pub const SCM_TIMESTAMP: u32 = 29; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1151 pub const SCM_TIMESTAMP: u32 = 29; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1140 pub const SCM_TIMESTAMP: u32 = 29; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1364 pub const SCM_TIMESTAMP: u32 = 29; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs1141 pub const SCM_TIMESTAMP: u32 = 29; consts

Completed in 151 milliseconds

12