Home
last modified time | relevance | path

Searched defs:nlmsghdr (Results 1 – 2 of 2) sorted by relevance

/development/ndk/platforms/android-3/include/linux/
Dnetlink.h46 struct nlmsghdr struct
48 __u32 nlmsg_len;
72 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) argument
/development/ndk/platforms/android-L/include/linux/
Dnetlink.h61 struct nlmsghdr { struct
62 __u32 nlmsg_len;
64 __u16 nlmsg_type;
65 __u16 nlmsg_flags;
89 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) argument