Home
last modified time | relevance | path

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

/freebsd/sys/nfsclient/
H A Dnfsargs.h42 struct nfs_args { struct
45 int addrlen; /* length of address */
46 int sotype; /* Socket type */
47 int proto; /* and Protocol */
49 int fhsize; /* Size, in bytes, of fh */
50 int flags; /* flags */
51 int wsize; /* write size in bytes */
52 int rsize; /* read size in bytes */
55 int retrans; /* times to retry send */
59 int deadthresh; /* Retrans threshold */
[all …]