Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/nfs/
HDxdr_subs.h74 (t)->tv_sec = ntohl(((struct nfsv3_time *)(f))->nfsv3_sec); \
75 (t)->tv_nsec = ntohl(((struct nfsv3_time *)(f))->nfsv3_nsec); \
79 ((struct nfsv3_time *)(t))->nfsv3_sec = htonl((f)->tv_sec); \
80 ((struct nfsv3_time *)(t))->nfsv3_nsec = htonl((f)->tv_nsec); \
HDnfsproto.h264 struct nfsv3_time { struct
268 typedef struct nfsv3_time nfstime3; argument
/dragonfly/contrib/tcpdump/
HDnfs.h280 struct nfsv3_time { struct
284 typedef struct nfsv3_time nfstime3; argument