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

  /bionic/libc/kernel/uapi/linux/
rtnetlink.h 291 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len)))
  /development/ndk/platforms/android-L/include/linux/
rtnetlink.h 291 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len)))
  /external/iproute2/include/linux/
rtnetlink.h 324 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len)))
  /external/kernel-headers/original/uapi/linux/
rtnetlink.h 336 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len)))
  /external/libnl/include/linux/
rtnetlink.h 314 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len)))
  /development/ndk/platforms/android-3/include/linux/
rtnetlink.h 242 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len)))

Completed in 47 milliseconds