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

/external/iproute2/include/linux/
H A Drtnetlink.h320 #define RTNH_ALIGNTO 4 macro
321 #define RTNH_ALIGN(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
/external/libnl/include/linux/
H A Drtnetlink.h310 #define RTNH_ALIGNTO 4 macro
311 #define RTNH_ALIGN(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h332 #define RTNH_ALIGNTO 4 macro
333 #define RTNH_ALIGN(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )

Completed in 239 milliseconds