HomeSort by relevance Sort by last modified time
    Searched refs:SCM_CREDENTIALS (Results 1 - 23 of 23) sorted by null

  /external/strace/xlat/
scmvals.h 13 #if defined(SCM_CREDENTIALS) || (defined(HAVE_DECL_SCM_CREDENTIALS) && HAVE_DECL_SCM_CREDENTIALS)
15 static_assert((SCM_CREDENTIALS) == (2), "SCM_CREDENTIALS != 2");
18 # define SCM_CREDENTIALS 2
93 XLAT(SCM_CREDENTIALS),
  /external/syzkaller/vendor/golang.org/x/sys/unix/
sockcmsg_linux.go 18 h.Type = SCM_CREDENTIALS
31 if m.Header.Type != SCM_CREDENTIALS {
zerrors_linux_sparc64.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]
  /external/compiler-rt/test/msan/Linux/
cmsghdr.cc 80 cmsg->cmsg_type = SCM_CREDENTIALS;
  /external/google-breakpad/src/client/linux/crash_generation/
crash_generation_server.cc 247 } else if (hdr->cmsg_type == SCM_CREDENTIALS) {
  /external/libchrome/base/posix/
unix_domain_socket.cc 180 // SCM_CREDENTIALS.
182 cmsg->cmsg_type == SCM_CREDENTIALS) {
  /external/libusb/libusb/os/
linux_netlink.c 329 if (!cmsg || cmsg->cmsg_type != SCM_CREDENTIALS) {
  /external/libnl/lib/
nl.c 371 cmsg->cmsg_type = SCM_CREDENTIALS;
727 if (cmsg->cmsg_type != SCM_CREDENTIALS)
  /bionic/libc/include/sys/
socket.h 133 #define SCM_CREDENTIALS 0x02
  /external/strace/
msghdr.c 218 [SCM_CREDENTIALS] = { print_scm_creds, sizeof(struct ucred) },
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 910 hdr->cmsg_type = SCM_CREDENTIALS;
    [all...]
  /external/python/cpython3/Modules/
socketmodule.c     [all...]

Completed in 2911 milliseconds