Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A 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_standard/src/drivers/
H A Dpriv_netlink.h62 #define RTA_ALIGNTO 4 macro
63 #define RTA_ALIGN(len) (((len) + RTA_ALIGNTO - 1) & ~(RTA_ALIGNTO - 1))
/third_party/libwebsockets/lib/roles/netlink/
H A Dops-netlink.c40 #undef RTA_ALIGNTO macro
41 #define RTA_ALIGNTO 4U macro

Completed in 2 milliseconds