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

1 2 34

  /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 35 milliseconds

1 2 34