Home
last modified time | relevance | path

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

/openbsd/sys/nfs/
H A Dxdr_subs.h68 (t)->tv_sec = ntohl(((struct nfsv3_time *)(f))->nfsv3_sec); \
69 (t)->tv_nsec = ntohl(((struct nfsv3_time *)(f))->nfsv3_nsec); \
72 ((struct nfsv3_time *)(t))->nfsv3_sec = htonl((f)->tv_sec); \
73 ((struct nfsv3_time *)(t))->nfsv3_nsec = htonl((f)->tv_nsec); \
H A Dnfsproto.h252 struct nfsv3_time { struct
256 typedef struct nfsv3_time nfstime3; argument
/openbsd/usr.sbin/tcpdump/
H A Dnfs.h271 struct nfsv3_time { struct
275 typedef struct nfsv3_time nfstime3; argument