HomeSort by relevance Sort by last modified time
    Searched refs:CMSG_SPACE (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/clang/test/Sema/
darwin-align-cast.c 12 sys/socket.h:#define CMSG_SPACE(l) (__DARWIN_ALIGN(sizeof(struct
  /system/core/libmemunreachable/
LeakPipe.cpp 30 alignas(struct cmsghdr) char cmsgbuf[CMSG_SPACE(sizeof(int))];
64 alignas(struct cmsghdr) char cmsgbuf[CMSG_SPACE(sizeof(int))];
  /external/compiler-rt/test/msan/Linux/
cmsghdr.cc 46 char controlbuf[CMSG_SPACE(kNumFds * sizeof(int)) +
47 CMSG_SPACE(sizeof(struct ucred))];
73 cmsg = (struct cmsghdr *)(&controlbuf[CMSG_SPACE(kNumFds * sizeof(int))]);
  /external/strace/tests/
scm_rights.c 75 unsigned int cmsg_size = CMSG_SPACE(sizeof(fds));
96 cmsg_size += CMSG_SPACE(sizeof(struct ucred));
msg_control.c 209 const size_t len = CMSG_SPACE(sizeof(int) * nfds);
236 size_t len = CMSG_SPACE(sizeof(struct timeval));
259 len = CMSG_SPACE(sizeof(struct timeval) - sizeof(long));
281 size_t len = CMSG_SPACE(sizeof(struct timespec));
304 len = CMSG_SPACE(sizeof(struct timespec) - sizeof(long));
327 size_t len = CMSG_SPACE(3 * sizeof(struct timespec));
359 len = CMSG_SPACE(3 * sizeof(struct timespec) - sizeof(long));
468 max_msg_controllen = CMSG_SPACE(sizeof(fds0)) + sizeof(*fds0) - 1;
483 CMSG_SPACE(sizeof(fds0)) + CMSG_SPACE(sizeof(fds1))
    [all...]
  /external/strace/tests-m32/
scm_rights.c 75 unsigned int cmsg_size = CMSG_SPACE(sizeof(fds));
96 cmsg_size += CMSG_SPACE(sizeof(struct ucred));
msg_control.c 209 const size_t len = CMSG_SPACE(sizeof(int) * nfds);
236 size_t len = CMSG_SPACE(sizeof(struct timeval));
259 len = CMSG_SPACE(sizeof(struct timeval) - sizeof(long));
281 size_t len = CMSG_SPACE(sizeof(struct timespec));
304 len = CMSG_SPACE(sizeof(struct timespec) - sizeof(long));
327 size_t len = CMSG_SPACE(3 * sizeof(struct timespec));
359 len = CMSG_SPACE(3 * sizeof(struct timespec) - sizeof(long));
468 max_msg_controllen = CMSG_SPACE(sizeof(fds0)) + sizeof(*fds0) - 1;
483 CMSG_SPACE(sizeof(fds0)) + CMSG_SPACE(sizeof(fds1))
    [all...]
  /external/strace/tests-mx32/
scm_rights.c 75 unsigned int cmsg_size = CMSG_SPACE(sizeof(fds));
96 cmsg_size += CMSG_SPACE(sizeof(struct ucred));
msg_control.c 209 const size_t len = CMSG_SPACE(sizeof(int) * nfds);
236 size_t len = CMSG_SPACE(sizeof(struct timeval));
259 len = CMSG_SPACE(sizeof(struct timeval) - sizeof(long));
281 size_t len = CMSG_SPACE(sizeof(struct timespec));
304 len = CMSG_SPACE(sizeof(struct timespec) - sizeof(long));
327 size_t len = CMSG_SPACE(3 * sizeof(struct timespec));
359 len = CMSG_SPACE(3 * sizeof(struct timespec) - sizeof(long));
468 max_msg_controllen = CMSG_SPACE(sizeof(fds0)) + sizeof(*fds0) - 1;
483 CMSG_SPACE(sizeof(fds0)) + CMSG_SPACE(sizeof(fds1))
    [all...]
  /external/dhcpcd-6.8.2/
ipv6.h 174 /* dhcpcd requires CMSG_SPACE to evaluate to a compile time constant. */
176 #undef CMSG_SPACE
185 #ifndef CMSG_SPACE
186 #define CMSG_SPACE(len) (ALIGN(sizeof(struct cmsghdr)) + ALIGN(len))
189 #define IP6BUFLEN (CMSG_SPACE(sizeof(struct in6_pktinfo)) + \
190 CMSG_SPACE(sizeof(int)))
198 unsigned char sndbuf[CMSG_SPACE(sizeof(struct in6_pktinfo))];
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 125 char control[CMSG_SPACE(sizeof(int))];
187 char control[CMSG_SPACE(sizeof(int) * numfds)];
250 char control[CMSG_SPACE(sizeof(int))];
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 125 char control[CMSG_SPACE(sizeof(int))];
187 char control[CMSG_SPACE(sizeof(int) * numfds)];
250 char control[CMSG_SPACE(sizeof(int))];
  /external/ltp/utils/sctp/lib/
sendmsg.c 38 char outcmsg[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))];
79 char outcmsg[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))];
recvmsg.c 62 char incmsg[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))];
  /system/core/debuggerd/
util.cpp 34 char cmsg_buf[CMSG_SPACE(sizeof(int))];
50 char cmsg_buf[CMSG_SPACE(sizeof(int))];
  /external/google-breakpad/src/client/linux/crash_generation/
crash_generation_client.cc 55 static const unsigned kControlMsgSize = CMSG_SPACE(sizeof(int));
  /external/wpa_supplicant_8/src/crypto/
crypto_linux.c 448 char buf[CMSG_SPACE(sizeof(u32))];
460 msg.msg_controllen = CMSG_SPACE(sizeof(u32));
539 char buf[CMSG_SPACE(sizeof(u32))];
562 msg.msg_controllen = CMSG_SPACE(sizeof(u32));
609 char buf[CMSG_SPACE(sizeof(u32))];
635 msg.msg_controllen = CMSG_SPACE(sizeof(u32));
694 msg.msg_controllen = CMSG_SPACE(sizeof(u32)) +
695 CMSG_SPACE(sizeof(*alg_iv) + iv_len);
709 hdr->cmsg_len = CMSG_SPACE(sizeof(*alg_iv) + iv_len);
803 msg.msg_controllen = CMSG_SPACE(sizeof(u32))
    [all...]
  /external/ltp/utils/sctp/func_tests/
test_1_to_1_events.c 59 char incmsg[CMSG_SPACE(sizeof(sctp_cmsg_data_t))];
60 char outcmsg[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))];
test_1_to_1_threads.c 71 char incmsg[CMSG_SPACE(sizeof(struct sctp_sndrcvinfo))];
95 char outcmsg[CMSG_SPACE(sizeof(sctp_cmsg_data_t))];
test_recvmsg.c 68 char incmsg[CMSG_SPACE(sizeof(sctp_cmsg_data_t))];
  /external/valgrind/none/tests/
fdleak_cmsg.c 59 char buf[CMSG_SPACE(sizeof(int) * 2)];
91 char control[CMSG_SPACE(sizeof(int) * 2)];
  /system/core/libcutils/
uevent.cpp 56 char control[CMSG_SPACE(sizeof(struct ucred))];
  /system/netd/client/
FwmarkClient.cpp 101 char cmsg[CMSG_SPACE(sizeof(fd))];
  /external/libchrome/base/posix/
unix_domain_socket_linux.cc 60 const unsigned control_len = CMSG_SPACE(sizeof(int) * fds.size());
117 CMSG_SPACE(sizeof(int) * kMaxFileDescriptors)
120 + CMSG_SPACE(sizeof(struct ucred))
  /external/libmojo/mojo/edk/embedder/
platform_channel_utils_posix.cc 151 char cmsg_buf[CMSG_SPACE(kPlatformChannelMaxNumHandles * sizeof(int))];
178 char cmsg_buf[CMSG_SPACE(kPlatformChannelMaxNumHandles * sizeof(int))];
214 char cmsg_buf[CMSG_SPACE(kPlatformChannelMaxNumHandles * sizeof(int))];

Completed in 2366 milliseconds

1 2 3 4