HomeSort by relevance Sort by last modified time
    Searched refs:RTNH_ALIGN (Results 1 - 9 of 9) sorted by null

  /bionic/libc/kernel/common/linux/
rtnetlink.h 259 #define RTNH_ALIGN(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
261 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len)))
262 #define RTNH_LENGTH(len) (RTNH_ALIGN(sizeof(struct rtnexthop)) + (len))
263 #define RTNH_SPACE(len) RTNH_ALIGN(RTNH_LENGTH(len))
  /external/iproute2/include/linux/
rtnetlink.h 318 #define RTNH_ALIGN(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
321 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len)))
322 #define RTNH_LENGTH(len) (RTNH_ALIGN(sizeof(struct rtnexthop)) + (len))
323 #define RTNH_SPACE(len) RTNH_ALIGN(RTNH_LENGTH(len))
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
rtnetlink.h 240 #define RTNH_ALIGN(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
242 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len)))
243 #define RTNH_LENGTH(len) (RTNH_ALIGN(sizeof(struct rtnexthop)) + (len))
244 #define RTNH_SPACE(len) RTNH_ALIGN(RTNH_LENGTH(len))
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
rtnetlink.h 240 #define RTNH_ALIGN(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
242 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len)))
243 #define RTNH_LENGTH(len) (RTNH_ALIGN(sizeof(struct rtnexthop)) + (len))
244 #define RTNH_SPACE(len) RTNH_ALIGN(RTNH_LENGTH(len))
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
rtnetlink.h 240 #define RTNH_ALIGN(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
242 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len)))
243 #define RTNH_LENGTH(len) (RTNH_ALIGN(sizeof(struct rtnexthop)) + (len))
244 #define RTNH_SPACE(len) RTNH_ALIGN(RTNH_LENGTH(len))
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
rtnetlink.h 240 #define RTNH_ALIGN(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
242 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len)))
243 #define RTNH_LENGTH(len) (RTNH_ALIGN(sizeof(struct rtnexthop)) + (len))
244 #define RTNH_SPACE(len) RTNH_ALIGN(RTNH_LENGTH(len))
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
rtnetlink.h 240 #define RTNH_ALIGN(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
242 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len)))
243 #define RTNH_LENGTH(len) (RTNH_ALIGN(sizeof(struct rtnexthop)) + (len))
244 #define RTNH_SPACE(len) RTNH_ALIGN(RTNH_LENGTH(len))
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
rtnetlink.h 240 #define RTNH_ALIGN(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
242 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len)))
243 #define RTNH_LENGTH(len) (RTNH_ALIGN(sizeof(struct rtnexthop)) + (len))
244 #define RTNH_SPACE(len) RTNH_ALIGN(RTNH_LENGTH(len))
  /external/kernel-headers/original/linux/
rtnetlink.h 318 #define RTNH_ALIGN(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
321 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len)))
322 #define RTNH_LENGTH(len) (RTNH_ALIGN(sizeof(struct rtnexthop)) + (len))
323 #define RTNH_SPACE(len) RTNH_ALIGN(RTNH_LENGTH(len))

Completed in 1619 milliseconds