OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NLMSG_ALIGN
(Results
1 - 25
of
52
) sorted by null
1
2
3
/external/wpa_supplicant_8/src/drivers/
priv_netlink.h
49
#define
NLMSG_ALIGN
(len) (((len) + NLMSG_ALIGNTO - 1) & ~(NLMSG_ALIGNTO - 1))
50
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
51
#define NLMSG_LENGTH(len) ((len) +
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
52
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
54
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), \
56
(((char *)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/bionic/libc/kernel/common/linux/
netlink.h
84
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
85
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
86
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
87
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
90
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/development/ndk/platforms/android-3/include/linux/
netlink.h
71
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
72
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
73
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
76
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
netlink.h
78
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
79
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
80
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
81
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
83
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), \
84
(struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
netlink.h
78
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
79
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
80
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
81
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
83
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), \
84
(struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
netlink.h
78
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
79
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
80
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
81
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
83
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), \
84
(struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
netlink.h
71
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
72
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
73
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
76
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
netlink.h
71
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
72
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
73
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
76
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
netlink.h
71
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
72
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
73
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
76
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
netlink.h
71
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
72
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
73
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
76
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
netlink.h
71
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
72
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
73
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
76
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
netlink.h
71
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
72
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
73
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
76
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
netlink.h
71
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
72
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
73
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
76
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
netlink.h
71
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
72
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
73
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
76
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
netlink.h
71
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
72
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
73
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
76
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
netlink.h
71
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
72
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
73
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
76
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
netlink.h
71
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
72
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
73
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
76
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
netlink.h
71
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
72
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
73
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
76
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
netlink.h
71
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
72
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
73
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
76
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
netlink.h
71
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
72
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
73
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
76
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
netlink.h
71
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
72
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
73
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
76
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
netlink.h
71
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
72
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
73
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
76
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
netlink.h
71
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
72
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
73
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
76
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
netlink.h
71
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
72
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
73
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
76
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/
netlink.h
71
#define
NLMSG_ALIGN
(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) )
72
#define NLMSG_HDRLEN ((int)
NLMSG_ALIGN
(sizeof(struct nlmsghdr)))
73
#define NLMSG_LENGTH(len) ((len)+
NLMSG_ALIGN
(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len)
NLMSG_ALIGN
(NLMSG_LENGTH(len))
76
#define NLMSG_NEXT(nlh,len) ((len) -=
NLMSG_ALIGN
((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) +
NLMSG_ALIGN
((nlh)->nlmsg_len)))
Completed in 1036 milliseconds
1
2
3