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

/system/netd/libnetdutils/
H A DNetlink.cpp27 const std::function<void(const nlmsghdr&, const Slice)>& onMsg) {
29 while (tail.size() >= sizeof(nlmsghdr)) {
30 nlmsghdr hdr = {};
62 std::ostream& operator<<(std::ostream& os, const nlmsghdr& hdr) {
63 return os << std::hex << "nlmsghdr["
26 forEachNetlinkMessage(const Slice buf, const std::function<void(const nlmsghdr&, const Slice)>& onMsg) argument

Completed in 41 milliseconds