HomeSort by relevance Sort by last modified time
    Searched refs:NLMSG_NEXT (Results 51 - 75 of 81) sorted by null

1 23 4

  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
netlink.h 94 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
netlink.h 94 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
netlink.h 94 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
netlink.h 94 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
netlink.h 94 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
netlink.h 94 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
netlink.h 94 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
netlink.h 94 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
netlink.h 94 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
netlink.h 94 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
netlink.h 94 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
netlink.h 94 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
netlink.h 94 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
netlink.h 94 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
  /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))
  /external/avahi/avahi-core/
netlink.c 92 for (; bytes > 0; p = NLMSG_NEXT(p, bytes)) {
  /external/wpa_supplicant_8/src/drivers/
netlink.c 70 h = NLMSG_NEXT(h, left);
  /external/iputils/ninfod/
ni_ifaddrs.c 188 for (nh = (struct nlmsghdr *) buff; NLMSG_OK(nh, read_size); nh = (struct nlmsghdr *) NLMSG_NEXT(nh, read_size)) {
385 for (nlh = nlh0; NLMSG_OK(nlh, nlmlen); nlh = NLMSG_NEXT(nlh, nlmlen)) {
  /external/avahi/avahi-autoipd/
iface-linux.c 223 for (; bytes > 0; p = NLMSG_NEXT(p, bytes)) {
  /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/strace/
socketutils.c 174 h = NLMSG_NEXT(h, ret)) {
  /external/webrtc/webrtc/base/
ifaddrs-android.cc 160 header = NLMSG_NEXT(header, header_size)) {
  /system/netd/server/
SockDiag.cpp 216 nlh = NLMSG_NEXT(nlh, len)) {
  /external/iproute2/lib/
libnetlink.c 156 h = NLMSG_NEXT(h, status)) {
300 h = NLMSG_NEXT(h, msglen);
  /external/ipsec-tools/src/racoon/
grabmyaddr.c 206 h = NLMSG_NEXT(h, status);

Completed in 1037 milliseconds

1 23 4