OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NLMSG_LENGTH
(Results
1 - 25
of
89
) sorted by null
1
2
3
4
/development/ndk/platforms/android-3/include/linux/
netlink.h
73
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
75
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/external/wpa_supplicant_8/src/drivers/
priv_netlink.h
51
#define
NLMSG_LENGTH
(len) ((len) + NLMSG_ALIGN(sizeof(struct nlmsghdr)))
52
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
53
#define NLMSG_DATA(nlh) ((void*) (((char*) nlh) +
NLMSG_LENGTH
(0)))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
netlink.h
80
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
81
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
82
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
netlink.h
80
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
81
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
82
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
netlink.h
80
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
81
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
82
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
netlink.h
73
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
75
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
netlink.h
73
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
75
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
netlink.h
73
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
75
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
netlink.h
73
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
75
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
netlink.h
73
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
75
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
netlink.h
73
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
75
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
netlink.h
73
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
75
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
netlink.h
73
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
75
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
netlink.h
73
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
75
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
netlink.h
73
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
75
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
netlink.h
73
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
75
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
netlink.h
73
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
75
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
netlink.h
73
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
75
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
netlink.h
73
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
75
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
netlink.h
73
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
75
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
netlink.h
73
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
75
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
netlink.h
73
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
75
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
netlink.h
73
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
75
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/
netlink.h
73
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
75
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/
netlink.h
73
#define
NLMSG_LENGTH
(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
74
#define NLMSG_SPACE(len) NLMSG_ALIGN(
NLMSG_LENGTH
(len))
75
#define NLMSG_DATA(nlh) ((void*)(((char*)nlh) +
NLMSG_LENGTH
(0)))
Completed in 544 milliseconds
1
2
3
4