Searched refs:RTNH_ALIGNTO (Results 1 - 2 of 2) sorted by relevance

/external/iproute2/include/linux/
H A Drtnetlink.h317 #define RTNH_ALIGNTO 4 macro
318 #define RTNH_ALIGN(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
/external/kernel-headers/original/linux/
H A Drtnetlink.h317 #define RTNH_ALIGNTO 4 macro
318 #define RTNH_ALIGN(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )

Completed in 13 milliseconds