Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:c0

145     uint32_t c0;
150 c0 = 0;
159 c1 += c0;
162 c0 = c0 + *(pptr++);
163 c1 += c0;
167 c0 = c0 % 255;
170 mul = (length - checksum_offset)*(c0);
172 x = mul - c0 - c1;