Home
last modified time | relevance | path

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

/external/libnl/include/linux/
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/
Drtnetlink.h350 #define RTNH_ALIGNTO 4 macro
351 #define RTNH_ALIGN(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )
/external/iproute2/include/linux/
Drtnetlink.h352 #define RTNH_ALIGNTO 4 macro
353 #define RTNH_ALIGN(len) ( ((len)+RTNH_ALIGNTO-1) & ~(RTNH_ALIGNTO-1) )