Searched defs:NLA_HDRLEN (Results 1 - 3 of 3) sorted by relevance

/external/libnl/include/linux/
H A Dnetlink.h118 * <------- NLA_HDRLEN ------> <-- NLA_ALIGN(payload)-->
148 #define NLA_HDRLEN ((int) NLA_ALIGN(sizeof(struct nlattr))) macro
/external/iproute2/include/linux/
H A Dnetlink.h121 * <------- NLA_HDRLEN ------> <-- NLA_ALIGN(payload)-->
150 #define NLA_HDRLEN ((int) NLA_ALIGN(sizeof(struct nlattr))) macro
/external/kernel-headers/original/uapi/linux/
H A Dnetlink.h153 * <------- NLA_HDRLEN ------> <-- NLA_ALIGN(payload)-->
182 #define NLA_HDRLEN ((int) NLA_ALIGN(sizeof(struct nlattr))) macro

Completed in 270 milliseconds