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

  /bionic/libc/kernel/uapi/linux/
rtnetlink.h 160 #define RTA_ALIGNTO 4
161 #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) )
  /development/ndk/platforms/android-L/include/linux/
rtnetlink.h 160 #define RTA_ALIGNTO 4
161 #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) )
  /external/iproute2/include/linux/
rtnetlink.h 144 #define RTA_ALIGNTO 4
145 #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) )
  /external/kernel-headers/original/uapi/linux/
rtnetlink.h 156 #define RTA_ALIGNTO 4
157 #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) )
  /external/libnl/include/linux/
rtnetlink.h 132 #define RTA_ALIGNTO 4
133 #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) )
  /development/ndk/platforms/android-3/include/linux/
rtnetlink.h 118 #define RTA_ALIGNTO 4
119 #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) )

Completed in 104 milliseconds