Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:class

324 	register u_int i, class;
339 class = (i & ~C_QU);
341 class = i;
342 if (class != C_IN)
343 ND_PRINT((ndo, " %s", tok2str(ns_class2str, "(Class %d)", class)));
358 register u_int i, class, opt_flags = 0;
375 /* print the class (if it's not IN and the type isn't OPT) */
379 class = (i & ~C_CACHE_FLUSH);
381 class = i;
382 if (class != C_IN && typ != T_OPT)
383 ND_PRINT((ndo, " %s", tok2str(ns_class2str, "(Class %d)", class)));
530 ND_PRINT((ndo, " UDPsize=%u", class));