Lines Matching defs:class
302 * it fills in the type, class, ttl, and data length *
305 skipToData (cp, type, class, ttl, dlen, endOfMsg)
308 u_short *class;
319 * Grab the type, class, and ttl. GETSHORT and GETLONG
323 GETSHORT (*class, tmp_cp);
357 u_short class; /* classes defined in arpa/nameser.h */
378 C_IN, /* Internet class records */
403 * section is comprised of a name, a type, and a class.
405 * the type and class portions, which is fixed. Therefore,
421 cp += skipToData (cp, &type, &class, &ttl, &dlen, endOfMsg);
501 u_short class; /* classes defined in arpa/nameser.h */
521 C_IN, /* Internet class records */
546 * section is comprised of a name, a type, and a class.
548 * the type and class portions, which is fixed. Therefore,
564 cp += skipToData (cp, &type, &class, &ttl, &dlen, endOfMsg);