OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NLMSG_SPACE
(Results
1 - 18
of
18
) sorted by null
/bionic/libc/kernel/common/linux/
netlink.h
79
#define
NLMSG_SPACE
(len) NLMSG_ALIGN(NLMSG_LENGTH(len))
83
#define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len -
NLMSG_SPACE
((len)))
/development/ndk/platforms/android-3/include/linux/
netlink.h
74
#define
NLMSG_SPACE
(len) NLMSG_ALIGN(NLMSG_LENGTH(len))
78
#define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len -
NLMSG_SPACE
((len)))
/external/iproute2/include/linux/
netlink.h
79
#define
NLMSG_SPACE
(len) NLMSG_ALIGN(NLMSG_LENGTH(len))
86
#define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len -
NLMSG_SPACE
((len)))
/external/wpa_supplicant_8/src/drivers/
priv_netlink.h
58
#define
NLMSG_SPACE
(len) NLMSG_ALIGN(NLMSG_LENGTH(len))
66
#define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len -
NLMSG_SPACE
((len)))
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
netlink.h
81
#define
NLMSG_SPACE
(len) NLMSG_ALIGN(NLMSG_LENGTH(len))
88
#define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len -
NLMSG_SPACE
((len)))
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
netlink.h
74
#define
NLMSG_SPACE
(len) NLMSG_ALIGN(NLMSG_LENGTH(len))
78
#define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len -
NLMSG_SPACE
((len)))
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
netlink.h
74
#define
NLMSG_SPACE
(len) NLMSG_ALIGN(NLMSG_LENGTH(len))
78
#define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len -
NLMSG_SPACE
((len)))
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
netlink.h
74
#define
NLMSG_SPACE
(len) NLMSG_ALIGN(NLMSG_LENGTH(len))
78
#define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len -
NLMSG_SPACE
((len)))
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
netlink.h
74
#define
NLMSG_SPACE
(len) NLMSG_ALIGN(NLMSG_LENGTH(len))
78
#define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len -
NLMSG_SPACE
((len)))
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
netlink.h
74
#define
NLMSG_SPACE
(len) NLMSG_ALIGN(NLMSG_LENGTH(len))
78
#define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len -
NLMSG_SPACE
((len)))
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
netlink.h
74
#define
NLMSG_SPACE
(len) NLMSG_ALIGN(NLMSG_LENGTH(len))
78
#define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len -
NLMSG_SPACE
((len)))
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
netlink.h
74
#define
NLMSG_SPACE
(len) NLMSG_ALIGN(NLMSG_LENGTH(len))
78
#define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len -
NLMSG_SPACE
((len)))
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
netlink.h
74
#define
NLMSG_SPACE
(len) NLMSG_ALIGN(NLMSG_LENGTH(len))
78
#define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len -
NLMSG_SPACE
((len)))
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
netlink.h
74
#define
NLMSG_SPACE
(len) NLMSG_ALIGN(NLMSG_LENGTH(len))
78
#define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len -
NLMSG_SPACE
((len)))
/external/kernel-headers/original/linux/
netlink.h
81
#define
NLMSG_SPACE
(len) NLMSG_ALIGN(NLMSG_LENGTH(len))
88
#define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len -
NLMSG_SPACE
((len)))
259
({ if (unlikely(skb_tailroom(skb) < (int)
NLMSG_SPACE
(len))) \
/external/iproute2/ip/
xfrm_monitor.c
114
len -=
NLMSG_SPACE
(sizeof(*xsf));
143
len -=
NLMSG_SPACE
(0);
xfrm_policy.c
445
len -=
NLMSG_SPACE
(sizeof(*xpid));
449
len -=
NLMSG_SPACE
(sizeof(*xpexp));
453
len -=
NLMSG_SPACE
(sizeof(*xpinfo));
xfrm_state.c
719
len -=
NLMSG_SPACE
(sizeof(*xsid));
723
len -=
NLMSG_SPACE
(sizeof(*xexp));
727
len -=
NLMSG_SPACE
(sizeof(*xsinfo));
Completed in 1656 milliseconds