Searched defs:sctp_crc_word (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsctp_crc32.c112 sctp_crc_word(uint32_t *crcptr, const uint32_t *buf, int len) function
142 sctp_crc_word(&crc32, (const uint32_t *)buf, len / 4);

Completed in 62 milliseconds