OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMSG_SPACE
(Results
1 - 25
of
90
) 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
/external/chromium_org/net/tools/quic/
quic_socket_utils.cc
88
CMSG_SPACE
(sizeof(int)) +
CMSG_SPACE
(sizeof(in6_pktinfo));
158
const int kSpaceForIpv4 =
CMSG_SPACE
(sizeof(in_pktinfo));
159
const int kSpaceForIpv6 =
CMSG_SPACE
(sizeof(in6_pktinfo));
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c
124
char control[
CMSG_SPACE
(sizeof(int))];
185
char control[
CMSG_SPACE
(sizeof(int))];
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_sock.c
119
char control[
CMSG_SPACE
(sizeof(int))];
179
char control[
CMSG_SPACE
(sizeof(int))];
/device/lge/mako/camera/mm-camera-interface/
mm_camera_sock.c
119
char control[
CMSG_SPACE
(sizeof(int))];
179
char control[
CMSG_SPACE
(sizeof(int))];
/external/chromium_org/base/posix/
unix_domain_socket_linux.cc
31
const unsigned control_len =
CMSG_SPACE
(sizeof(int) * fds.size());
77
char control_buffer[
CMSG_SPACE
(sizeof(int) * kMaxFileDescriptors)];
/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)];
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c
124
char control[
CMSG_SPACE
(sizeof(int))];
185
char control[
CMSG_SPACE
(sizeof(int))];
/external/chromium_org/ipc/
ipc_channel_posix.h
173
static const size_t kMaxReadFDBuffer =
CMSG_SPACE
(sizeof(int) * kMaxReadFDs);
/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))];
/development/ndk/platforms/android-3/include/linux/
socket.h
69
#define
CMSG_SPACE
(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
/prebuilts/ndk/4/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/4/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/4/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/4/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/4/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/4/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/5/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/6/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/6/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/7/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/7/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/7/platforms/android-3/arch-arm/usr/include/linux/
socket.h
69
#define
CMSG_SPACE
(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
Completed in 236 milliseconds
1
2
3
4