HomeSort by relevance Sort by last modified time
    Searched refs:ndtmsg (Results 51 - 60 of 60) sorted by null

1 23

  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/
rtnetlink.h 446 struct ndtmsg struct
480 #define NDTA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndtmsg))))
481 #define NDTA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndtmsg))
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
rtnetlink.h 446 struct ndtmsg struct
480 #define NDTA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndtmsg))))
481 #define NDTA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndtmsg))
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
rtnetlink.h 446 struct ndtmsg struct
480 #define NDTA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndtmsg))))
481 #define NDTA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndtmsg))
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
rtnetlink.h 446 struct ndtmsg struct
480 #define NDTA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndtmsg))))
481 #define NDTA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndtmsg))
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
rtnetlink.h 446 struct ndtmsg struct
480 #define NDTA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndtmsg))))
481 #define NDTA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndtmsg))
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
rtnetlink.h 446 struct ndtmsg struct
480 #define NDTA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndtmsg))))
481 #define NDTA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndtmsg))
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
rtnetlink.h 446 struct ndtmsg struct
480 #define NDTA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndtmsg))))
481 #define NDTA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndtmsg))
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
rtnetlink.h 446 struct ndtmsg struct
480 #define NDTA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ndtmsg))))
481 #define NDTA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndtmsg))
  /external/iproute2/ip/
ipntable.c 67 struct ndtmsg ndtm;
79 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndtmsg));
355 struct ndtmsg *ndtm = NLMSG_DATA(n);
  /external/libnl/lib/route/
neightbl.c 453 struct ndtmsg ndt = {

Completed in 2767 milliseconds

1 23