Searched defs:nlmsghdr (Results 1 – 2 of 2) sorted by relevance
61 struct nlmsghdr { struct62 __u32 nlmsg_len;64 __u16 nlmsg_type;65 __u16 nlmsg_flags;66 __u32 nlmsg_seq;90 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) argument
79 bool NetlinkConnection::ReadResponses(void callback(void*, nlmsghdr*), void* context) { in ReadResponses() argument