_getshort
# define GETSHORT _getshort
type = _getshort( p );
class = _getshort( p );
rr_len = _getshort( p );
extern u_short _getshort();
fprintf(file, ", type = %s", p_type(_getshort(cp)));
p_class(_getshort(cp)));
fprintf(file, "\n\ttype = %s", p_type(type = _getshort(cp)));
fprintf(file, ", class = %s", p_class(class = _getshort(cp)));
fprintf(file, ", dlen = %d\n", dlen = _getshort(cp));
fprintf(file, "\tpreference = %ld,", _getshort(cp));
type = _getshort(cp);
class = _getshort(cp);
n = _getshort(cp);
u_int16_t _getshort __P((const uchar_t *));