Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/tcpdump/
Dnfsv2.h127 #define nfstov_mode(a) (fxdr_unsigned(u_short, (a))&07777) macro
Dnfs.h238 #define nfstov_mode(a) (fxdr_unsigned(u_int16_t, (a))&07777) macro
/openbsd/src/sys/nfs/
Dnfsproto.h223 #define nfstov_mode(a) (fxdr_unsigned(mode_t, (a))&07777) macro