Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dncsi_util.cpp584 static constexpr size_t maxRespLen = 16384; in sendCommand() local
657 resp.full_payload.resize(maxRespLen); in sendCommand()
680 else if ((size_t)rlen > maxRespLen) in sendCommand()