Home
last modified time | relevance | path

Searched defs:vtonfsv2_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dnfs.h240 #define vtonfsv2_type(a) txdr_unsigned(nfsv2_type[((int32_t)(a))]) macro
/freebsd/sys/fs/nfs/
H A Dnfsproto.h773 #define vtonfsv2_type(a) (((u_int32_t)(a)) >= 9 ? txdr_unsigned(NFNON) : \ macro