Home
last modified time | relevance | path

Searched refs:NFSMNT_RETRANS (Results 1 - 3 of 3) sorted by relevance

/third_party/NuttX/fs/nfs/
H A Dnfs_mount.h73 #define NFSMNT_RETRANS (1 << 4) /* Set number of request retries */ macro
167 uint8_t retrans; /* Times to retry send (with NFSMNT_RETRANS) */
H A Dnfs_adapter.c368 if ((argp->flags & NFSMNT_RETRANS) != 0 && argp->retrans > 1) in nfs_decode_args()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1524 pub const NFSMNT_RETRANS: ::c_int = 0x10; // set number of request retries consts

Completed in 9 milliseconds