Home
last modified time | relevance | path

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

/openbmc/slpd-lite/
H A Dslp_meta.hpp26 constexpr size_t SIZE_FLAGS = 2; variable
H A Dslp_message_handler.cpp43 std::copy_n((uint8_t*)&flags, slp::header::SIZE_FLAGS, in prepareHeader()
425 std::copy_n((uint8_t*)&flags, slp::header::SIZE_FLAGS, in processError()
H A Dslp_parser.cpp53 slp::header::SIZE_FLAGS, (uint8_t*)&req.header.flags); in parseHeader()