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.h152 std::optional<Message<T>> receive(const std::set<nlmsgtype_t>& msgtypes,
154 const auto msg = receive(msgtypes, maxSize);
261 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.cpp150 std::optional<Buffer<nlmsghdr>> Socket::receive(const std::set<nlmsgtype_t>& msgtypes, in receive() argument
155 if (msgtypes.count(rawMsg->nlmsg_type) == 0) { in receive()