Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/command/
H A Dchannel_auth.cpp37 constexpr unsigned int channelMask = 0x0f; in GetChannelCapabilities() local
39 request->channelNumber & channelMask, getInterfaceIndex()); in GetChannelCapabilities()
203 static constexpr uint8_t channelMask = 0x0f; in getChannelCipherSuites() local
204 uint8_t channelNumber = inPayload[0] & channelMask; in getChannelCipherSuites()
/openbmc/intel-ipmi-oem/src/
H A Dallowlist-filter.cpp390 auto channelMask = static_cast<unsigned short>(1 << request->ctx->channel); in filterMessage() local
393 std::make_tuple(request->ctx->netFn, request->ctx->cmd, channelMask), in filterMessage()