Home
last modified time | relevance | path

Searched refs:nlmsghdr (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/bionic/
Dbionic_netlink.cpp68 nlmsghdr hdr; in SendRequest()
79 bool NetlinkConnection::ReadResponses(void callback(void*, nlmsghdr*), void* context) { in ReadResponses() argument
83 nlmsghdr* hdr = reinterpret_cast<nlmsghdr*>(data_); in ReadResponses()
Dbionic_netlink.h37 struct nlmsghdr;
45 bool ReadResponses(void callback(void*, nlmsghdr*), void* context);
Dnet_if.cpp96 static void __if_nameindex_callback(void* context, nlmsghdr* hdr) { in __if_nameindex_callback()
Difaddrs.cpp160 static void __getifaddrs_callback(void* context, nlmsghdr* hdr) { in __getifaddrs_callback()
/bionic/libc/kernel/uapi/linux/
Dnetlink.h61 struct nlmsghdr { struct
90 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) argument
95 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr *) (((char *)…
96 … NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && (nlh)->nlmsg_len >= sizeof(struct nl…
107 struct nlmsghdr msg;