Home
last modified time | relevance | path

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

/external/strace/xlat/
Dscmvals.h20 #ifndef SCM_TIMESTAMPNS
22 # define SCM_TIMESTAMPNS 0x4013 macro
24 # define SCM_TIMESTAMPNS 0x0021 macro
26 # define SCM_TIMESTAMPNS 35 macro
82 #ifndef SCM_TIMESTAMPNS
84 # define SCM_TIMESTAMPNS 0x4013 macro
86 # define SCM_TIMESTAMPNS 0x0021
88 # define SCM_TIMESTAMPNS 35
91 #if defined(SCM_TIMESTAMPNS) || (defined(HAVE_DECL_SCM_TIMESTAMPNS) && HAVE_DECL_SCM_TIMESTAMPNS)
92 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.h56 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsocket.h75 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/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/strace/
Dmsghdr.c217 [SCM_TIMESTAMPNS] = { print_scm_timestampns, 1 },
DChangeLog927 * xlat/scmvals.in: Add SCM_TIMESTAMP, SCM_TIMESTAMPNS, SCM_TIMESTAMPING,