OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CMSG_ALIGN
(Results
26 - 32
of
32
) sorted by null
1
2
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/
socket.h
66
#define
CMSG_ALIGN
(len) ( ((len)+sizeof(long)-1) & ~(sizeof(long)-1) )
68
#define CMSG_DATA(cmsg) ((void *)((char *)(cmsg) +
CMSG_ALIGN
(sizeof(struct cmsghdr))))
69
#define CMSG_SPACE(len) (
CMSG_ALIGN
(sizeof(struct cmsghdr)) +
CMSG_ALIGN
(len))
70
#define CMSG_LEN(len) (
CMSG_ALIGN
(sizeof(struct cmsghdr)) + (len))
89
__ptr = (struct cmsghdr*)(((unsigned char *) __cmsg) +
CMSG_ALIGN
(__cmsg->cmsg_len));
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
socket.h
66
#define
CMSG_ALIGN
(len) ( ((len)+sizeof(long)-1) & ~(sizeof(long)-1) )
68
#define CMSG_DATA(cmsg) ((void *)((char *)(cmsg) +
CMSG_ALIGN
(sizeof(struct cmsghdr))))
69
#define CMSG_SPACE(len) (
CMSG_ALIGN
(sizeof(struct cmsghdr)) +
CMSG_ALIGN
(len))
70
#define CMSG_LEN(len) (
CMSG_ALIGN
(sizeof(struct cmsghdr)) + (len))
89
__ptr = (struct cmsghdr*)(((unsigned char *) __cmsg) +
CMSG_ALIGN
(__cmsg->cmsg_len));
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
socket.h
66
#define
CMSG_ALIGN
(len) ( ((len)+sizeof(long)-1) & ~(sizeof(long)-1) )
68
#define CMSG_DATA(cmsg) ((void *)((char *)(cmsg) +
CMSG_ALIGN
(sizeof(struct cmsghdr))))
69
#define CMSG_SPACE(len) (
CMSG_ALIGN
(sizeof(struct cmsghdr)) +
CMSG_ALIGN
(len))
70
#define CMSG_LEN(len) (
CMSG_ALIGN
(sizeof(struct cmsghdr)) + (len))
89
__ptr = (struct cmsghdr*)(((unsigned char *) __cmsg) +
CMSG_ALIGN
(__cmsg->cmsg_len));
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
socket.h
66
#define
CMSG_ALIGN
(len) ( ((len)+sizeof(long)-1) & ~(sizeof(long)-1) )
68
#define CMSG_DATA(cmsg) ((void *)((char *)(cmsg) +
CMSG_ALIGN
(sizeof(struct cmsghdr))))
69
#define CMSG_SPACE(len) (
CMSG_ALIGN
(sizeof(struct cmsghdr)) +
CMSG_ALIGN
(len))
70
#define CMSG_LEN(len) (
CMSG_ALIGN
(sizeof(struct cmsghdr)) + (len))
89
__ptr = (struct cmsghdr*)(((unsigned char *) __cmsg) +
CMSG_ALIGN
(__cmsg->cmsg_len));
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
socket.h
66
#define
CMSG_ALIGN
(len) ( ((len)+sizeof(long)-1) & ~(sizeof(long)-1) )
68
#define CMSG_DATA(cmsg) ((void *)((char *)(cmsg) +
CMSG_ALIGN
(sizeof(struct cmsghdr))))
69
#define CMSG_SPACE(len) (
CMSG_ALIGN
(sizeof(struct cmsghdr)) +
CMSG_ALIGN
(len))
70
#define CMSG_LEN(len) (
CMSG_ALIGN
(sizeof(struct cmsghdr)) + (len))
89
__ptr = (struct cmsghdr*)(((unsigned char *) __cmsg) +
CMSG_ALIGN
(__cmsg->cmsg_len));
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
socket.h
66
#define
CMSG_ALIGN
(len) ( ((len)+sizeof(long)-1) & ~(sizeof(long)-1) )
68
#define CMSG_DATA(cmsg) ((void *)((char *)(cmsg) +
CMSG_ALIGN
(sizeof(struct cmsghdr))))
69
#define CMSG_SPACE(len) (
CMSG_ALIGN
(sizeof(struct cmsghdr)) +
CMSG_ALIGN
(len))
70
#define CMSG_LEN(len) (
CMSG_ALIGN
(sizeof(struct cmsghdr)) + (len))
89
__ptr = (struct cmsghdr*)(((unsigned char *) __cmsg) +
CMSG_ALIGN
(__cmsg->cmsg_len));
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
socket.h
66
#define
CMSG_ALIGN
(len) ( ((len)+sizeof(long)-1) & ~(sizeof(long)-1) )
68
#define CMSG_DATA(cmsg) ((void *)((char *)(cmsg) +
CMSG_ALIGN
(sizeof(struct cmsghdr))))
69
#define CMSG_SPACE(len) (
CMSG_ALIGN
(sizeof(struct cmsghdr)) +
CMSG_ALIGN
(len))
70
#define CMSG_LEN(len) (
CMSG_ALIGN
(sizeof(struct cmsghdr)) + (len))
89
__ptr = (struct cmsghdr*)(((unsigned char *) __cmsg) +
CMSG_ALIGN
(__cmsg->cmsg_len));
Completed in 183 milliseconds
1
2