Home
last modified time | relevance | path

Searched refs:SCM_TIMESTAMPNS (Results 1 – 15 of 15) sorted by relevance

/external/strace/xlat/
Dscmvals.h36 #ifndef SCM_TIMESTAMPNS
38 # define SCM_TIMESTAMPNS 0x4013 macro
40 # define SCM_TIMESTAMPNS 0x0021
42 # define SCM_TIMESTAMPNS 35
109 #ifndef SCM_TIMESTAMPNS
111 # define SCM_TIMESTAMPNS 0x4013
113 # define SCM_TIMESTAMPNS 0x0021
115 # define SCM_TIMESTAMPNS 35
118 #if defined(SCM_TIMESTAMPNS) || (defined(HAVE_DECL_SCM_TIMESTAMPNS) && HAVE_DECL_SCM_TIMESTAMPNS)
119 XLAT(SCM_TIMESTAMPNS),
Dscmvals.in16 #ifndef SCM_TIMESTAMPNS
18 # define SCM_TIMESTAMPNS 0x4013
20 # define SCM_TIMESTAMPNS 0x0021
22 # define SCM_TIMESTAMPNS 35
25 SCM_TIMESTAMPNS
/external/kernel-headers/original/uapi/asm-generic/
Dsocket.h145 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/external/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
Dmod.rs87 pub const SCM_TIMESTAMPNS: ::c_int = SO_TIMESTAMPNS; constant
/external/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
Dmod.rs95 pub const SCM_TIMESTAMPNS: ::c_int = SO_TIMESTAMPNS; constant
/external/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
Dmod.rs90 pub const SCM_TIMESTAMPNS: ::c_int = SO_TIMESTAMPNS; constant
/external/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
Dmod.rs99 pub const SCM_TIMESTAMPNS: ::c_int = SO_TIMESTAMPNS; constant
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
Drxtimestamp.c211 case SCM_TIMESTAMPNS: in do_recv()
/external/strace/
Dmsghdr.c221 [SCM_TIMESTAMPNS] = { print_scm_timestampns, 1 },
DChangeLog15571 * xlat/scmvals.in: Add SCM_TIMESTAMP, SCM_TIMESTAMPNS, SCM_TIMESTAMPING,
/external/strace/tests/
Dmsg_control.c286 cmsg->cmsg_type = SCM_TIMESTAMPNS; in test_scm_timestampns()
309 cmsg->cmsg_type = SCM_TIMESTAMPNS; in test_scm_timestampns()
/external/strace/tests-m32/
Dmsg_control.c286 cmsg->cmsg_type = SCM_TIMESTAMPNS; in test_scm_timestampns()
309 cmsg->cmsg_type = SCM_TIMESTAMPNS; in test_scm_timestampns()
/external/strace/tests-mx32/
Dmsg_control.c286 cmsg->cmsg_type = SCM_TIMESTAMPNS; in test_scm_timestampns()
309 cmsg->cmsg_type = SCM_TIMESTAMPNS; in test_scm_timestampns()
/external/minijail/linux-x86/
Dlibconstants.gen.c4201 #ifdef SCM_TIMESTAMPNS
4202 { "SCM_TIMESTAMPNS", (unsigned long) SCM_TIMESTAMPNS },
/external/crosvm/net_sys/src/
Diff.rs322 pub const SCM_TIMESTAMPNS: u32 = 35; constant