HomeSort by: relevance | last modified time | path
    Searched defs:sctp_crc_c (Results 1 - 3 of 3) sorted by relevancy

  /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]

Completed in 34 milliseconds