Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dnfs.h239 #define nfstov_mode(a) (fxdr_unsigned(uint16_t, (a))&07777) macro
/dragonfly/sys/vfs/nfs/
H A Dnfsproto.h231 #define nfstov_mode(a) (fxdr_unsigned(u_int32_t, (a)) & ALLPERMS) macro