Searched refs:compute_wordsum (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6_utils.h22 compute_wordsum(uint8* _buffer, size_t length) function
47 sum += compute_wordsum((uint8*)source, sizeof(in6_addr));
48 sum += compute_wordsum((uint8*)destination, sizeof(in6_addr));
49 sum += compute_wordsum((uint8*)&length, sizeof(uint16));
50 sum += compute_wordsum((uint8*)&protocol, sizeof(uint16));

Completed in 39 milliseconds