Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:cnt

62 	u_int16_t rh_flags;	/* T:2 P:1 CNT:5 PT:8 */
215 int cnt;
223 cnt = (flags >> 8) & 0x1f;
228 if (len != cnt * sizeof(*rr) + sizeof(*sr) + sizeof(*rh))
245 if (len != cnt * sizeof(*rr) + sizeof(*rh))
255 cnt = 0;
261 cnt = 0;
265 cnt = 0;
268 if (cnt > 1)
269 printf(" c%d", cnt);
270 while (--cnt >= 0) {