Home
last modified time | relevance | path

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

/openbmc/slpd-lite/
H A Dslp_meta.hpp52 constexpr size_t SIZE_URL_COUNT = 2; variable
H A Dslp_message_handler.cpp212 slp::response::SIZE_URL_COUNT; /* 2 bytes srvtype len */ in processSrvRequest()
220 std::copy_n((uint8_t*)&urlCount, slp::response::SIZE_URL_COUNT, in processSrvRequest()
226 auto pos = slp::response::OFFSET_URL_ENTRY + slp::response::SIZE_URL_COUNT; in processSrvRequest()