Home
last modified time | relevance | path

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

/openbmc/slpd-lite/
H A Dslp_parser.cpp343 uint16_t spistrLen; in parseSrvRqst() local
352 (uint8_t*)&spistrLen); in parseSrvRqst()
354 spistrLen = endian::from_network(spistrLen); in parseSrvRqst()
357 if ((pos + spistrLen) > buff.size()) in parseSrvRqst()
360 << (pos + spistrLen) << " / " << buff.size() << std::endl; in parseSrvRqst()
364 spistrLen); in parseSrvRqst()