Searched refs:vptr (Results 1 – 4 of 4) sorted by relevance
28 unsigned int crc8(unsigned int crc, const unsigned char *vptr, int len) in crc8() argument33 crc = _crc8((crc ^ vptr[i]) << 8); in crc8()
61 uint compute_ip_checksum(const void *vptr, uint nbytes) in compute_ip_checksum() argument64 const unsigned short *ptr = vptr; in compute_ip_checksum()
26 unsigned int crc8(unsigned int crc_start, const unsigned char *vptr, int len);
56 u8 *vptr; member
Completed in 5 milliseconds