OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tst_crc32c
(Results
1 - 3
of
3
) sorted by null
/external/ltp/include/
tst_checksum.h
14
uint32_t
tst_crc32c
(uint8_t *buf, size_t buf_len);
/external/ltp/lib/
tst_checksum.c
73
uint32_t
tst_crc32c
(uint8_t *buf, size_t buf_len)
function
/external/ltp/testcases/network/sctp/
sctp_big_chunk.c
125
uint32_t csum =
tst_crc32c
(packet + ip6_hdr_len, pkt_len - ip6_hdr_len);
Completed in 329 milliseconds