Searched defs:nlmsghdr (Results 1 – 2 of 2) sorted by relevance
53 struct nlmsghdr { struct76 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) argument
80 bool NetlinkConnection::ReadResponses(void callback(void*, nlmsghdr*), void* context) { in ReadResponses() argument