Home
last modified time | relevance | path

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

/openbmc/slpd-lite/
H A Dslp_parser.cpp185 uint16_t scopeListLen; in parseSrvTypeRqst() local
194 (uint8_t*)&scopeListLen); in parseSrvTypeRqst()
198 scopeListLen = endian::from_network(scopeListLen); in parseSrvTypeRqst()
199 if ((pos + scopeListLen) > buff.size()) in parseSrvTypeRqst()
207 scopeListLen); in parseSrvTypeRqst()
290 uint16_t scopeListLen; in parseSrvRqst() local
299 (uint8_t*)&scopeListLen); in parseSrvRqst()
301 scopeListLen = endian::from_network(scopeListLen); in parseSrvRqst()
305 if ((pos + scopeListLen) > buff.size()) in parseSrvRqst()
312 scopeListLen); in parseSrvRqst()
[all …]