Home
last modified time | relevance | path

Searched refs:unhandledCommands (Results 1 – 2 of 2) sorted by relevance

/openbmc/ipmbbridge/
H A Dipmbbridged.hpp244 boost::container::flat_set<std::pair<uint8_t, uint8_t>> unhandledCommands; member in IpmbCommandFilter
H A Dipmbbridged.cpp236 auto blockedCmd = unhandledCommands.find({reqNetFn, cmd}); in isBlocked()
238 if (blockedCmd != unhandledCommands.end()) in isBlocked()
248 if (unhandledCommands.insert({reqNetFn, cmd}).second) in addFilter()