Home
last modified time | relevance | path

Searched refs:vtonfsv2_type (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/tcpdump/
HDnfs.h243 #define vtonfsv2_type(a) txdr_unsigned(nfsv2_type[((int32_t)(a))]) macro
/NextBSD/sys/fs/nfs/
HDnfsproto.h643 #define vtonfsv2_type(a) (((u_int32_t)(a)) >= 9 ? txdr_unsigned(NFNON) : \ macro
/NextBSD/sys/fs/nfsserver/
HDnfs_nfsdsubs.c1406 fp->fa_type = vtonfsv2_type(nvap->na_type); in nfsrv_fillattr()