Home
last modified time | relevance | path

Searched refs:RTA_ALIGNTO (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/drivers/
Dpriv_netlink.h62 #define RTA_ALIGNTO 4 macro
63 #define RTA_ALIGN(len) (((len) + RTA_ALIGNTO - 1) & ~(RTA_ALIGNTO - 1))
/external/libnl/include/linux/
Drtnetlink.h132 #define RTA_ALIGNTO 4 macro
133 #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) )
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h156 #define RTA_ALIGNTO 4 macro
157 #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) )
/external/iproute2/include/linux/
Drtnetlink.h144 #define RTA_ALIGNTO 4 macro
145 #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) )