nfsftype
static const enum nfsftype vt_to_nf[] = {
na->na_type = IXDR_GET_ENUM(ptr, enum nfsftype);
na->na_type = (enum nfsftype)htonl(na->na_type);
na->na_type = IXDR_GET_ENUM(ptr, enum nfsftype);
enum nfsftype na_type; /* file type */