Home
last modified time | relevance | path

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

/external/strace/xlat/
Dscmvals.h20 #if defined(SCM_SECURITY) || (defined(HAVE_DECL_SCM_SECURITY) && HAVE_DECL_SCM_SECURITY)
22 static_assert((SCM_SECURITY) == (3), "SCM_SECURITY != 3");
25 # define SCM_SECURITY 3
94 XLAT(SCM_SECURITY),
Dip_cmsg_types.h81 #if defined(SCM_SECURITY) || (defined(HAVE_DECL_SCM_SECURITY) && HAVE_DECL_SCM_SECURITY)
82 XLAT(SCM_SECURITY),
Dip_cmsg_types.in9 SCM_SECURITY
Dscmvals.in3 SCM_SECURITY 3
/external/strace/
Dmsghdr.c219 [SCM_SECURITY] = { print_scm_security, 1 },
232 [SCM_SECURITY] = { print_scm_security, 1 }
DChangeLog35459 and SCM_SECURITY type messages.
35597 net.c: move fallback definition of SCM_SECURITY to xlat/
35598 * net.c: Move fallback definition of SCM_SECURITY ...
40617 Implement decoder for SCM_SECURITY message type.
40622 * xlat/scmvals.in: Add SCM_SECURITY.
/external/strace/tests-m32/
Dmsg_control.c53 #ifndef SCM_SECURITY
54 # define SCM_SECURITY 3 macro
408 cmsg->cmsg_type = SCM_SECURITY; in test_scm_security()
/external/strace/tests-mx32/
Dmsg_control.c53 #ifndef SCM_SECURITY
54 # define SCM_SECURITY 3 macro
408 cmsg->cmsg_type = SCM_SECURITY; in test_scm_security()
/external/strace/tests/
Dmsg_control.c53 #ifndef SCM_SECURITY
54 # define SCM_SECURITY 3 macro
408 cmsg->cmsg_type = SCM_SECURITY; in test_scm_security()