Searched refs:sctp_crc_byte (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsctp_crc32.c95 sctp_crc_byte(uint32_t *crcptr, const uint8_t *buf, int len) function
136 sctp_crc_byte(&crc32, buf, rem);
147 sctp_crc_byte(&crc32, buf + len - rem, rem);

Completed in 43 milliseconds