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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipcsum.c79 int odd_total = 0; local
102 odd_total = 1;
111 odd_total = 3;
122 odd_total ^= 0x1;
240 if (odd_total > 1) {
243 odd_total -= 2;
257 if (odd_total && (endp > startp)) {
259 odd_total = 0;

Completed in 45 milliseconds