Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:c0

150     u_int32_t c0;
155 c0 = 0;
164 c1 += c0;
167 c0 = c0 + *(pptr++);
168 c1 += c0;
172 c0 = c0 % 255;
175 mul = (length - checksum_offset)*(c0);
177 x = mul - c0 - c1;