Home | Sort by: relevance | last modified time | path |
/src/sys/netinet/ | |
sctp_crc32.c | 47 #define SCTP_CRC32C(c, d) (c = ((c) >> 8) ^ sctp_crc_c[((c) ^ (d)) & 0xFF]) 69 const unsigned long sctp_crc_c[256] = { variable in typeref:typename:const unsigned long[256] |
sctp_crc32.c | 47 #define SCTP_CRC32C(c, d) (c = ((c) >> 8) ^ sctp_crc_c[((c) ^ (d)) & 0xFF]) 69 const unsigned long sctp_crc_c[256] = { variable in typeref:typename:const unsigned long[256] |
sctp_crc32.c | 47 #define SCTP_CRC32C(c, d) (c = ((c) >> 8) ^ sctp_crc_c[((c) ^ (d)) & 0xFF]) 69 const unsigned long sctp_crc_c[256] = { variable in typeref:typename:const unsigned long[256] |