Package org.deepsymmetry.cratedigger.rpc
Interface mount
-
public interface mountA collection of constants used by the "mount" ONC/RPC program.
-
-
Field Summary
Fields Modifier and Type Field Description static intFHSIZEstatic intMNTNAMLENstatic intMNTPATHLENstatic intMOUNTPROC_DUMP_1static intMOUNTPROC_EXPORT_1static intMOUNTPROC_MNT_1static intMOUNTPROC_NULL_1static intMOUNTPROC_UMNT_1static intMOUNTPROC_UMNTALL_1static intMOUNTPROGstatic intMOUNTVERS
-
-
-
Field Detail
-
MOUNTPROC_UMNT_1
static final int MOUNTPROC_UMNT_1
- See Also:
- Constant Field Values
-
FHSIZE
static final int FHSIZE
- See Also:
- Constant Field Values
-
MOUNTPROC_MNT_1
static final int MOUNTPROC_MNT_1
- See Also:
- Constant Field Values
-
MOUNTVERS
static final int MOUNTVERS
- See Also:
- Constant Field Values
-
MOUNTPROC_UMNTALL_1
static final int MOUNTPROC_UMNTALL_1
- See Also:
- Constant Field Values
-
MNTNAMLEN
static final int MNTNAMLEN
- See Also:
- Constant Field Values
-
MOUNTPROC_EXPORT_1
static final int MOUNTPROC_EXPORT_1
- See Also:
- Constant Field Values
-
MOUNTPROC_NULL_1
static final int MOUNTPROC_NULL_1
- See Also:
- Constant Field Values
-
MOUNTPROC_DUMP_1
static final int MOUNTPROC_DUMP_1
- See Also:
- Constant Field Values
-
MOUNTPROG
static final int MOUNTPROG
- See Also:
- Constant Field Values
-
MNTPATHLEN
static final int MNTPATHLEN
- See Also:
- Constant Field Values
-
-