Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/
H A Dsctp_crc32.h37 extern uint32_t sctp_crc32(uint32_t, const uint8_t *, int);
/titanic_41/usr/src/uts/common/os/
H A Dsctp_crc32.c127 sctp_crc32(uint32_t crc32, const uint8_t *buf, int len) in sctp_crc32() function
H A Dip_cksum.c392 crc32 = sctp_crc32(crc32, p, mp->b_wptr - p); in sctp_cksum()
394 crc32 = sctp_crc32(crc32, mp->b_rptr, MBLKL(mp)); in sctp_cksum()
/titanic_41/usr/src/uts/common/
H A DMakefile.files300 sctp_crc32.o \