Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dncsi_util.cpp617 uint8_t crc32buf[8] = {}; in sendCommand() local
621 memcpy(crc32buf + padLen, &crc32, sizeof(crc32)); in sendCommand()
624 iov[2].iov_base = crc32buf; in sendCommand()