/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/ |
netlink.h | 76 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/ |
netlink.h | 76 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
|
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/ |
netlink.h | 76 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/ |
netlink.h | 76 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/ |
netlink.h | 76 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/ |
netlink.h | 76 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/ |
netlink.h | 76 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/ |
netlink.h | 76 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/ |
netlink.h | 76 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
|
/external/chromium/net/base/ |
network_change_notifier_netlink_linux.cc | 97 netlink_message_header = NLMSG_NEXT(netlink_message_header, len)) {
|
/system/core/libnl_2/ |
msg.c | 105 struct nlmsghdr *nlmsg_next(struct nlmsghdr *nlh, int *remaining) function
|
/external/dnsmasq/src/ |
netlink.c | 170 for (h = (struct nlmsghdr *)iov.iov_base; NLMSG_OK(h, (size_t)len); h = NLMSG_NEXT(h, len)) 249 for (h = (struct nlmsghdr *)iov.iov_base; NLMSG_OK(h, (size_t)len); h = NLMSG_NEXT(h, len))
|
/bionic/libc/kernel/common/linux/ |
netlink.h | 90 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
|
/external/iproute2/include/linux/ |
netlink.h | 81 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \
|
/external/wpa_supplicant_8/src/drivers/ |
netlink.c | 70 h = NLMSG_NEXT(h, left);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
netlink.h | 83 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
netlink.h | 83 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
netlink.h | 83 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \
|
/system/core/libsysutils/src/ |
NetlinkEvent.cpp | 133 nh = NLMSG_NEXT(nh, size);
|
/external/iproute2/lib/ |
libnetlink.c | 134 h = NLMSG_NEXT(h, status)) { 245 h = NLMSG_NEXT(h, status);
|
/external/dnsmasq/contrib/wrt/ |
dhcp_release.c | 219 for (h = (struct nlmsghdr *)iov.iov_base; NLMSG_OK(h, (size_t)len); h = NLMSG_NEXT(h, len))
|
/external/kernel-headers/original/linux/ |
netlink.h | 81 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \
|
/external/dhcpcd/ |
if-linux.c | 195 nlm = NLMSG_NEXT(nlm, bytes))
|
/external/ipsec-tools/src/racoon/ |
grabmyaddr.c | 206 h = NLMSG_NEXT(h, status);
|
/external/iproute2/misc/ |
ss.c | [all...] |