Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:c0

146     uint32_t c0;
151 c0 = 0;
160 c1 += c0;
163 c0 = c0 + *(pptr++);
164 c1 += c0;
168 c0 = c0 % 255;
171 mul = (length - checksum_offset)*(c0);
173 x = mul - c0 - c1;