Lines Matching defs:count
301 unsigned short *type, int count)
305 if (count) {
307 for (j = 0; j < count; ++j)
312 for (j = 0; j < count; ++j)
321 int i, count;
326 count = 0;
330 type[count] = i;
331 vals[count++] = val;
333 if (count == PERLINE) {
334 icmpmsg_put_line(seq, vals, type, count);
335 count = 0;
338 icmpmsg_put_line(seq, vals, type, count);