Home | History | Annotate | Download | only in mrinfo

Lines Matching defs:ncount

208 		int ncount;
214 ncount = *p++;
215 while (--ncount >= 0) {
247 int ncount;
254 ncount = *p++;
255 if (broken_cisco && ncount == 0) /* dumb Ciscos */
256 ncount = 1;
257 if (broken_cisco && ncount > 15) /* dumb Ciscos */
258 ncount = ncount & 0xf;
259 while (--ncount >= 0 && p < ep) {