HomeSort by relevance Sort by last modified time
    Searched refs:RTM_RTA (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/iproute2/ip/
ipprefix.c 72 parse_rtattr(tb, RTA_MAX, RTM_RTA(prefix), len);
ipaddrlabel.c 203 parse_rtattr(tb, IFAL_MAX, RTM_RTA(r), len);
ipmroute.c 86 parse_rtattr(tb, RTA_MAX, RTM_RTA(r), len);
iprule.c 68 parse_rtattr(tb, FRA_MAX, RTM_RTA(r), len);
501 parse_rtattr(tb, FRA_MAX, RTM_RTA(r), len);
  /system/netd/server/
NetlinkCommands.cpp 206 rtattr *rta = reinterpret_cast<rtattr *> RTM_RTA(msg);
  /external/libnl/include/linux-private/linux/
rtnetlink.h 291 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
rtnetlink.h 289 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtnetlink.h 291 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
  /bionic/libc/kernel/uapi/linux/
rtnetlink.h 299 #define RTM_RTA(r) ((struct rtattr *) (((char *) (r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
  /development/ndk/platforms/android-21/include/linux/
rtnetlink.h 274 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
  /development/ndk/platforms/android-9/include/linux/
rtnetlink.h 224 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
  /external/iproute2/include/linux/
rtnetlink.h 322 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
  /external/kernel-headers/original/uapi/linux/
rtnetlink.h 327 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
rtnetlink.h 224 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
rtnetlink.h 224 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
rtnetlink.h 224 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
rtnetlink.h 224 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
rtnetlink.h 224 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
rtnetlink.h 224 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
rtnetlink.h 224 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
rtnetlink.h 224 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
rtnetlink.h 224 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
rtnetlink.h 224 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/
rtnetlink.h 224 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/
rtnetlink.h 224 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))

Completed in 1084 milliseconds

1 2 3 4 5