Home
last modified time | relevance | path

Searched refs:msgtypes (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
DSocket.h137 std::optional<Message<T>> receive(const std::set<nlmsgtype_t>& msgtypes,
139 const auto msg = receive(msgtypes, maxSize);
230 std::optional<Buffer<nlmsghdr>> receive(const std::set<nlmsgtype_t>& msgtypes, size_t maxSize);
DMessage.h66 const std::set<nlmsgtype_t>& msgtypes) { in parse() argument
70 if (msgtypes.count(nlHeader.nlmsg_type) == 0) return std::nullopt; in parse()
/hardware/interfaces/automotive/can/1.0/default/libnl++/
DSocket.cpp127 std::optional<Buffer<nlmsghdr>> Socket::receive(const std::set<nlmsgtype_t>& msgtypes, in receive() argument
132 if (msgtypes.count(rawMsg->nlmsg_type) == 0) { in receive()