Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dnetlink.h54 struct nlmsghdr { struct
81 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) argument
85 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr *) (((char *)…
86 … NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && (nlh)->nlmsg_len >= sizeof(struct nl…
95 struct nlmsghdr msg;
/bionic/libc/bionic/
Dbionic_netlink.cpp65 nlmsghdr hdr; in SendRequest()
76 bool NetlinkConnection::ReadResponses(void callback(void*, nlmsghdr*), void* context) { in ReadResponses() argument
80 nlmsghdr* hdr = reinterpret_cast<nlmsghdr*>(data_); in ReadResponses()
Dbionic_netlink.h38 struct nlmsghdr;
46 bool ReadResponses(void callback(void*, nlmsghdr*), void* context);
Dnet_if.cpp86 static void __if_nameindex_callback(void* context, nlmsghdr* hdr) { in __if_nameindex_callback()
Difaddrs.cpp162 static void __getifaddrs_callback(void* context, nlmsghdr* hdr) { in __getifaddrs_callback()