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

1 2 3

  /external/clang/test/Sema/
darwin-align-cast.c 11 sys/socket.h:#define CMSG_SPACE(l) (__DARWIN_ALIGN(sizeof(struct
  /external/openssh/
monitor_fdpass.c 54 char buf[CMSG_SPACE(sizeof(int))];
115 char buf[CMSG_SPACE(sizeof(int))];
  /external/valgrind/main/none/tests/
fdleak_cmsg.c 59 char buf[CMSG_SPACE(sizeof(int) * 2)];
91 char control[CMSG_SPACE(sizeof(int) * 2)];
  /external/bluetooth/bluez/audio/
ipc.c 84 char cmsg_b[CMSG_SPACE(sizeof(int))], m;
  /external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
ConnectionUnix.cpp 169 OwnArrayPtr<char> attachmentDescriptorBuffer = adoptArrayPtr(new char[CMSG_SPACE(sizeof(int) * (attachmentMaxAmount))]);
177 message.msg_controllen = CMSG_SPACE(sizeof(int) * (attachmentMaxAmount));
353 OwnArrayPtr<char> attachmentFDBuffer = adoptArrayPtr(new char[CMSG_SPACE(sizeof(int) * attachments.size())]);
358 message.msg_controllen = sizeof(char) * CMSG_SPACE(sizeof(int) * attachments.size());
  /system/core/libcutils/
uevent.c 52 char control[CMSG_SPACE(sizeof(struct ucred))];
  /external/dnsmasq/src/
forward.c 38 char control[CMSG_SPACE(sizeof(struct in_pktinfo))];
40 char control[CMSG_SPACE(sizeof(struct in_addr))];
43 char control6[CMSG_SPACE(sizeof(struct in6_pktinfo))];
578 char control6[CMSG_SPACE(sizeof(struct in6_pktinfo))];
581 char control[CMSG_SPACE(sizeof(struct in_pktinfo))];
583 char control[CMSG_SPACE(sizeof(struct in_addr)) +
584 CMSG_SPACE(sizeof(unsigned int))];
586 char control[CMSG_SPACE(sizeof(struct in_addr)) +
587 CMSG_SPACE(sizeof(struct sockaddr_dl))];
  /bionic/libc/kernel/common/linux/
socket.h 71 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
  /development/ndk/platforms/android-3/include/linux/
socket.h 69 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
socket.h 69 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
socket.h 69 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
socket.h 69 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
socket.h 69 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
socket.h 69 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
socket.h 69 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
socket.h 69 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
socket.h 69 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
socket.h 69 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
socket.h 69 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
socket.h 69 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/
socket.h 69 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/
socket.h 69 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/
socket.h 69 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/
socket.h 69 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/
socket.h 69 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))

Completed in 176 milliseconds

1 2 3