Searched refs:unhandledCommands (Results 1 – 2 of 2) sorted by relevance
244 boost::container::flat_set<std::pair<uint8_t, uint8_t>> unhandledCommands; member in IpmbCommandFilter
236 auto blockedCmd = unhandledCommands.find({reqNetFn, cmd}); in isBlocked()238 if (blockedCmd != unhandledCommands.end()) in isBlocked()248 if (unhandledCommands.insert({reqNetFn, cmd}).second) in addFilter()