Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Dpriv_netlink.h62 #define RTA_ALIGNTO 4 macro
63 #define RTA_ALIGN(len) (((len) + RTA_ALIGNTO - 1) & ~(RTA_ALIGNTO - 1))
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Dpriv_netlink.h62 #define RTA_ALIGNTO 4 macro
63 #define RTA_ALIGN(len) (((len) + RTA_ALIGNTO - 1) & ~(RTA_ALIGNTO - 1))
/third_party/libnl/include/linux-private/linux/
Drtnetlink.h181 #define RTA_ALIGNTO 4U macro
182 #define RTA_ALIGN(len) ( ((len)+RTA_ALIGNTO-1) & ~(RTA_ALIGNTO-1) )
/third_party/libwebsockets/lib/roles/netlink/
Dops-netlink.c40 #undef RTA_ALIGNTO
41 #define RTA_ALIGNTO 4U macro