HomeSort by relevance Sort by last modified time
    Searched defs:RTNH_DATA (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/uapi/linux/
rtnetlink.h 295 #define RTNH_DATA(rtnh) ((struct rtattr*)(((char*)(rtnh)) + RTNH_LENGTH(0)))
  /development/ndk/platforms/android-L/include/linux/
rtnetlink.h 295 #define RTNH_DATA(rtnh) ((struct rtattr*)(((char*)(rtnh)) + RTNH_LENGTH(0)))
  /external/iproute2/include/linux/
rtnetlink.h 327 #define RTNH_DATA(rtnh) ((struct rtattr*)(((char*)(rtnh)) + RTNH_LENGTH(0)))
  /external/kernel-headers/original/uapi/linux/
rtnetlink.h 339 #define RTNH_DATA(rtnh) ((struct rtattr*)(((char*)(rtnh)) + RTNH_LENGTH(0)))
  /external/libnl/include/linux/
rtnetlink.h 317 #define RTNH_DATA(rtnh) ((struct rtattr*)(((char*)(rtnh)) + RTNH_LENGTH(0)))
  /development/ndk/platforms/android-3/include/linux/
rtnetlink.h 245 #define RTNH_DATA(rtnh) ((struct rtattr*)(((char*)(rtnh)) + RTNH_LENGTH(0)))

Completed in 67 milliseconds