HomeSort by relevance Sort by last modified time
    Searched defs:RTNH_ALIGNTO (Results 51 - 51 of 51) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
rtnetlink.h 239 #define RTNH_ALIGNTO 4
240 #define RTNH_ALIGN(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )

Completed in 23 milliseconds

1 23