Home
last modified time | relevance | path

Searched refs:SCM_TIMESTAMPING (Results 1 – 11 of 11) sorted by relevance

/external/strace/xlat/
Dscmvals.h29 #ifndef SCM_TIMESTAMPING
31 # define SCM_TIMESTAMPING 0x4020 macro
33 # define SCM_TIMESTAMPING 0x0023 macro
35 # define SCM_TIMESTAMPING 37 macro
95 #ifndef SCM_TIMESTAMPING
97 # define SCM_TIMESTAMPING 0x4020 macro
99 # define SCM_TIMESTAMPING 0x0023
101 # define SCM_TIMESTAMPING 37
104 #if defined(SCM_TIMESTAMPING) || (defined(HAVE_DECL_SCM_TIMESTAMPING) && HAVE_DECL_SCM_TIMESTAMPING)
105 XLAT(SCM_TIMESTAMPING),
Dscmvals.in27 #ifndef SCM_TIMESTAMPING
29 # define SCM_TIMESTAMPING 0x4020
31 # define SCM_TIMESTAMPING 0x0023
33 # define SCM_TIMESTAMPING 37
36 SCM_TIMESTAMPING
/external/kernel-headers/original/uapi/asm-generic/
Dsocket.h61 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsocket.h80 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/external/strace/tests/
Dmsg_control.c332 cmsg->cmsg_type = SCM_TIMESTAMPING; in test_scm_timestamping()
364 cmsg->cmsg_type = SCM_TIMESTAMPING; in test_scm_timestamping()
/external/strace/tests-m32/
Dmsg_control.c332 cmsg->cmsg_type = SCM_TIMESTAMPING; in test_scm_timestamping()
364 cmsg->cmsg_type = SCM_TIMESTAMPING; in test_scm_timestamping()
/external/strace/tests-mx32/
Dmsg_control.c332 cmsg->cmsg_type = SCM_TIMESTAMPING; in test_scm_timestamping()
364 cmsg->cmsg_type = SCM_TIMESTAMPING; in test_scm_timestamping()
/external/strace/
Dmsghdr.c218 [SCM_TIMESTAMPING] = { print_scm_timestamping, 1 }
DChangeLog927 * xlat/scmvals.in: Add SCM_TIMESTAMP, SCM_TIMESTAMPNS, SCM_TIMESTAMPING,
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
Dtimestamping.c50 # define SCM_TIMESTAMPING SO_TIMESTAMPING macro
Dtxtimestamp.c190 cm->cmsg_type == SCM_TIMESTAMPING) { in __recv_errmsg_cmsg()