Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dnetlink.h54 struct nlmsghdr { struct
55 __u32 nlmsg_len;
56 __u16 nlmsg_type;
80 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) argument
/bionic/libc/bionic/
Dbionic_netlink.cpp80 bool NetlinkConnection::ReadResponses(void callback(void*, nlmsghdr*), void* context) { in ReadResponses() argument