HomeSort by relevance Sort by last modified time
    Searched defs:IFA_RTA (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /bionic/libc/kernel/uapi/linux/
if_addr.h 72 #define IFA_RTA(r) ((struct rtattr *) (((char *) (r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /development/ndk/platforms/android-21/include/linux/
if_addr.h 70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /external/dnsmasq/src/
netlink.c 26 #ifndef IFA_RTA
27 # define IFA_RTA(r) \
189 struct rtattr *rta = IFA_RTA(ifa);
  /external/iproute2/include/linux/
if_addr.h 64 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /external/kernel-headers/original/uapi/linux/
if_addr.h 65 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_addr.h 59 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_addr.h 56 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
if_addr.h 70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
if_addr.h 70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
if_addr.h 70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
if_addr.h 70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
if_addr.h 70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
if_addr.h 70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
if_addr.h 70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
if_addr.h 70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/
if_addr.h 70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/linux/
if_addr.h 70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/linux/
if_addr.h 70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/linux/
if_addr.h 70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/linux/
if_addr.h 70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/linux/
if_addr.h 70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/linux/
if_addr.h 70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/linux/
if_addr.h 70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/linux/
if_addr.h 70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/linux/
if_addr.h 70 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))

Completed in 2347 milliseconds

1 2 3 4 5