NFS3(3) | nfs3 3.0 | NFS3(3) |
NAME¶
packet.nfs.nfs3 - NFSv3 decoding module
CLASSES¶
class ACCESS3args(baseobj.BaseObj)¶
struct ACCESS3args {
nfs_fh3 fh;
access3 access; };
Methods defined here: ---------------------
__init__(self, unpack)
class ACCESS3res(baseobj.BaseObj)¶
union switch ACCESS3res (nfsstat3 status) {
case const.NFS3_OK:
ACCESS3resok resok;
default:
ACCESS3resfail resfail; };
Methods defined here: ---------------------
__init__(self, unpack)
class ACCESS3resfail(baseobj.BaseObj)¶
struct ACCESS3resfail {
post_op_attr attributes; };
Methods defined here: ---------------------
__init__(self, unpack)
class ACCESS3resok(baseobj.BaseObj)¶
struct ACCESS3resok {
post_op_attr attributes;
access3 access; };
Methods defined here: ---------------------
__init__(self, unpack)
class COMMIT3args(baseobj.BaseObj)¶
struct COMMIT3args {
nfs_fh3 fh;
offset3 offset;
count3 count; };
Methods defined here: ---------------------
__init__(self, unpack)
class COMMIT3res(baseobj.BaseObj)¶
union switch COMMIT3res (nfsstat3 status) {
case const.NFS3_OK:
COMMIT3resok resok;
default:
COMMIT3resfail resfail; };
Methods defined here: ---------------------
__init__(self, unpack)
class COMMIT3resfail(baseobj.BaseObj)¶
struct COMMIT3resfail {
wcc_data wcc; };
Methods defined here: ---------------------
__init__(self, unpack)
class COMMIT3resok(baseobj.BaseObj)¶
struct COMMIT3resok {
wcc_data wcc;
writeverf3 verifier; };
Methods defined here: ---------------------
__init__(self, unpack)
class CREATE3args(baseobj.BaseObj)¶
struct CREATE3args {
diropargs3 where;
createhow3 how; };
Methods defined here: ---------------------
__init__(self, unpack)
class CREATE3res(baseobj.BaseObj)¶
union switch CREATE3res (nfsstat3 status) {
case const.NFS3_OK:
CREATE3resok resok;
default:
CREATE3resfail resfail; };
Methods defined here: ---------------------
__init__(self, unpack)
class CREATE3resfail(baseobj.BaseObj)¶
struct CREATE3resfail {
wcc_data wcc; };
Methods defined here: ---------------------
__init__(self, unpack)
class CREATE3resok(baseobj.BaseObj)¶
struct CREATE3resok {
post_op_fh3 obj;
post_op_attr attributes;
wcc_data wcc; };
Methods defined here: ---------------------
__init__(self, unpack)
class FSINFO3args(baseobj.BaseObj)¶
struct FSINFO3args {
nfs_fh3 fh; };
Methods defined here: ---------------------
__init__(self, unpack)
class FSINFO3res(baseobj.BaseObj)¶
union switch FSINFO3res (nfsstat3 status) {
case const.NFS3_OK:
FSINFO3resok resok;
default:
FSINFO3resfail resfail; };
Methods defined here: ---------------------
__init__(self, unpack)
class FSINFO3resfail(baseobj.BaseObj)¶
struct FSINFO3resfail {
post_op_attr attributes; };
Methods defined here: ---------------------
__init__(self, unpack)
class FSINFO3resok(baseobj.BaseObj)¶
struct FSINFO3resok {
post_op_attr attributes;
uint32 rtmax;
uint32 rtpref;
uint32 rtmult;
uint32 wtmax;
uint32 wtpref;
uint32 wtmult;
uint32 dtpref;
size3 maxfilesize;
nfstime3 time_delta;
uint32 properties; };
Methods defined here: ---------------------
__init__(self, unpack)
class FSSTAT3args(baseobj.BaseObj)¶
struct FSSTAT3args {
nfs_fh3 fh; };
Methods defined here: ---------------------
__init__(self, unpack)
class FSSTAT3res(baseobj.BaseObj)¶
union switch FSSTAT3res (nfsstat3 status) {
case const.NFS3_OK:
FSSTAT3resok resok;
default:
FSSTAT3resfail resfail; };
Methods defined here: ---------------------
__init__(self, unpack)
class FSSTAT3resfail(baseobj.BaseObj)¶
struct FSSTAT3resfail {
post_op_attr attributes; };
Methods defined here: ---------------------
__init__(self, unpack)
class FSSTAT3resok(baseobj.BaseObj)¶
struct FSSTAT3resok {
post_op_attr attributes;
size3 tbytes;
size3 fbytes;
size3 abytes;
size3 tfiles;
size3 ffiles;
size3 afiles;
uint32 invarsec; };
Methods defined here: ---------------------
__init__(self, unpack)
class GETATTR3args(baseobj.BaseObj)¶
struct GETATTR3args {
nfs_fh3 fh; };
Methods defined here: ---------------------
__init__(self, unpack)
class GETATTR3res(baseobj.BaseObj)¶
union switch GETATTR3res (nfsstat3 status) {
case const.NFS3_OK:
GETATTR3resok resok;
default:
void; };
Methods defined here: ---------------------
__init__(self, unpack)
class GETATTR3resok(baseobj.BaseObj)¶
struct GETATTR3resok {
fattr3 attributes; };
Methods defined here: ---------------------
__init__(self, unpack)
class LINK3args(baseobj.BaseObj)¶
struct LINK3args {
nfs_fh3 fh;
diropargs3 link; };
Methods defined here: ---------------------
__init__(self, unpack)
class LINK3res(baseobj.BaseObj)¶
union switch LINK3res (nfsstat3 status) {
case const.NFS3_OK:
LINK3resok resok;
default:
LINK3resfail resfail; };
Methods defined here: ---------------------
__init__(self, unpack)
class LINK3resfail(baseobj.BaseObj)¶
struct LINK3resfail {
post_op_attr attributes;
wcc_data wcc; };
Methods defined here: ---------------------
__init__(self, unpack)
class LINK3resok(baseobj.BaseObj)¶
struct LINK3resok {
post_op_attr attributes;
wcc_data wcc; };
Methods defined here: ---------------------
__init__(self, unpack)
class LOOKUP3args(baseobj.BaseObj)¶
struct LOOKUP3args {
diropargs3 what; };
Methods defined here: ---------------------
__init__(self, unpack)
class LOOKUP3res(baseobj.BaseObj)¶
union switch LOOKUP3res (nfsstat3 status) {
case const.NFS3_OK:
LOOKUP3resok resok;
default:
LOOKUP3resfail resfail; };
Methods defined here: ---------------------
__init__(self, unpack)
class LOOKUP3resfail(baseobj.BaseObj)¶
struct LOOKUP3resfail {
post_op_attr dir_attributes; };
Methods defined here: ---------------------
__init__(self, unpack)
class LOOKUP3resok(baseobj.BaseObj)¶
struct LOOKUP3resok {
nfs_fh3 fh;
post_op_attr attributes;
post_op_attr dir_attributes; };
Methods defined here: ---------------------
__init__(self, unpack)
class MKDIR3args(baseobj.BaseObj)¶
struct MKDIR3args {
diropargs3 where;
sattr3 attributes; };
Methods defined here: ---------------------
__init__(self, unpack)
class MKDIR3res(baseobj.BaseObj)¶
union switch MKDIR3res (nfsstat3 status) {
case const.NFS3_OK:
MKDIR3resok resok;
default:
MKDIR3resfail resfail; };
Methods defined here: ---------------------
__init__(self, unpack)
class MKDIR3resfail(baseobj.BaseObj)¶
struct MKDIR3resfail {
wcc_data wcc; };
Methods defined here: ---------------------
__init__(self, unpack)
class MKDIR3resok(baseobj.BaseObj)¶
struct MKDIR3resok {
post_op_fh3 obj;
post_op_attr attributes;
wcc_data wcc; };
Methods defined here: ---------------------
__init__(self, unpack)
class MKNOD3args(baseobj.BaseObj)¶
struct MKNOD3args {
diropargs3 where;
mknoddata3 what; };
Methods defined here: ---------------------
__init__(self, unpack)
class MKNOD3res(baseobj.BaseObj)¶
union switch MKNOD3res (nfsstat3 status) {
case const.NFS3_OK:
MKNOD3resok resok;
default:
MKNOD3resfail resfail; };
Methods defined here: ---------------------
__init__(self, unpack)
class MKNOD3resfail(baseobj.BaseObj)¶
struct MKNOD3resfail {
wcc_data wcc; };
Methods defined here: ---------------------
__init__(self, unpack)
class MKNOD3resok(baseobj.BaseObj)¶
struct MKNOD3resok {
post_op_fh3 obj;
post_op_attr attributes;
wcc_data wcc; };
Methods defined here: ---------------------
__init__(self, unpack)
class NFS3args(packet.utils.RPCload)¶
union switch NFS3args (nfs_proc3 procedure) {
case const.NFSPROC3_NULL:
void;
case const.NFSPROC3_GETATTR:
GETATTR3args opgetattr;
case const.NFSPROC3_SETATTR:
SETATTR3args opsetattr;
case const.NFSPROC3_LOOKUP:
LOOKUP3args oplookup;
case const.NFSPROC3_ACCESS:
ACCESS3args opaccess;
case const.NFSPROC3_READLINK:
READLINK3args opreadlink;
case const.NFSPROC3_READ:
READ3args opread;
case const.NFSPROC3_WRITE:
WRITE3args opwrite;
case const.NFSPROC3_CREATE:
CREATE3args opcreate;
case const.NFSPROC3_MKDIR:
MKDIR3args opmkdir;
case const.NFSPROC3_SYMLINK:
SYMLINK3args opsymlink;
case const.NFSPROC3_MKNOD:
MKNOD3args opmknod;
case const.NFSPROC3_REMOVE:
REMOVE3args opremove;
case const.NFSPROC3_RMDIR:
RMDIR3args oprmdir;
case const.NFSPROC3_RENAME:
RENAME3args oprename;
case const.NFSPROC3_LINK:
LINK3args oplink;
case const.NFSPROC3_READDIR:
READDIR3args opreaddir;
case const.NFSPROC3_READDIRPLUS:
READDIRPLUS3args opreaddirplus;
case const.NFSPROC3_FSSTAT:
FSSTAT3args opfsstat;
case const.NFSPROC3_FSINFO:
FSINFO3args opfsinfo;
case const.NFSPROC3_PATHCONF:
PATHCONF3args oppathconf;
case const.NFSPROC3_COMMIT:
COMMIT3args opcommit; };
Methods defined here: ---------------------
__init__(self, unpack, procedure)
class NFS3res(packet.utils.RPCload)¶
union switch NFS3res (nfs_proc3 procedure) {
case const.NFSPROC3_NULL:
void;
case const.NFSPROC3_GETATTR:
GETATTR3res opgetattr;
case const.NFSPROC3_SETATTR:
SETATTR3res opsetattr;
case const.NFSPROC3_LOOKUP:
LOOKUP3res oplookup;
case const.NFSPROC3_ACCESS:
ACCESS3res opaccess;
case const.NFSPROC3_READLINK:
READLINK3res opreadlink;
case const.NFSPROC3_READ:
READ3res opread;
case const.NFSPROC3_WRITE:
WRITE3res opwrite;
case const.NFSPROC3_CREATE:
CREATE3res opcreate;
case const.NFSPROC3_MKDIR:
MKDIR3res opmkdir;
case const.NFSPROC3_SYMLINK:
SYMLINK3res opsymlink;
case const.NFSPROC3_MKNOD:
MKNOD3res opmknod;
case const.NFSPROC3_REMOVE:
REMOVE3res opremove;
case const.NFSPROC3_RMDIR:
RMDIR3res oprmdir;
case const.NFSPROC3_RENAME:
RENAME3res oprename;
case const.NFSPROC3_LINK:
LINK3res oplink;
case const.NFSPROC3_READDIR:
READDIR3res opreaddir;
case const.NFSPROC3_READDIRPLUS:
READDIRPLUS3res opreaddirplus;
case const.NFSPROC3_FSSTAT:
FSSTAT3res opfsstat;
case const.NFSPROC3_FSINFO:
FSINFO3res opfsinfo;
case const.NFSPROC3_PATHCONF:
PATHCONF3res oppathconf;
case const.NFSPROC3_COMMIT:
COMMIT3res opcommit; };
Methods defined here: ---------------------
__init__(self, unpack, procedure)
class PATHCONF3args(baseobj.BaseObj)¶
struct PATHCONF3args {
nfs_fh3 fh; };
Methods defined here: ---------------------
__init__(self, unpack)
class PATHCONF3res(baseobj.BaseObj)¶
union switch PATHCONF3res (nfsstat3 status) {
case const.NFS3_OK:
PATHCONF3resok resok;
default:
PATHCONF3resfail resfail; };
Methods defined here: ---------------------
__init__(self, unpack)
class PATHCONF3resfail(baseobj.BaseObj)¶
struct PATHCONF3resfail {
post_op_attr attributes; };
Methods defined here: ---------------------
__init__(self, unpack)
class PATHCONF3resok(baseobj.BaseObj)¶
struct PATHCONF3resok {
post_op_attr attributes;
uint32 linkmax;
uint32 name_max;
bool no_trunc;
bool chown_restricted;
bool case_insensitive;
bool case_preserving; };
Methods defined here: ---------------------
__init__(self, unpack)
class READ3args(baseobj.BaseObj)¶
struct READ3args {
nfs_fh3 fh;
offset3 offset;
count3 count; };
Methods defined here: ---------------------
__init__(self, unpack)
class READ3res(baseobj.BaseObj)¶
union switch READ3res (nfsstat3 status) {
case const.NFS3_OK:
READ3resok resok;
default:
READ3resfail resfail; };
Methods defined here: ---------------------
__init__(self, unpack)
class READ3resfail(baseobj.BaseObj)¶
struct READ3resfail {
post_op_attr file_attributes; };
Methods defined here: ---------------------
__init__(self, unpack)
class READ3resok(baseobj.BaseObj)¶
struct READ3resok {
post_op_attr attributes;
count3 count;
bool eof;
opaque data<>; };
Methods defined here: ---------------------
__init__(self, unpack)
class READDIR3args(baseobj.BaseObj)¶
struct READDIR3args {
nfs_fh3 fh;
cookie3 cookie;
cookieverf3 verifier;
count3 count; };
Methods defined here: ---------------------
__init__(self, unpack)
class READDIR3res(baseobj.BaseObj)¶
union switch READDIR3res (nfsstat3 status) {
case const.NFS3_OK:
READDIR3resok resok;
default:
READDIR3resfail resfail; };
Methods defined here: ---------------------
__init__(self, unpack)
class READDIR3resfail(baseobj.BaseObj)¶
struct READDIR3resfail {
post_op_attr attributes; };
Methods defined here: ---------------------
__init__(self, unpack)
class READDIR3resok(baseobj.BaseObj)¶
struct READDIR3resok {
post_op_attr attributes;
cookieverf3 verifier;
dirlist3 reply; };
Methods defined here: ---------------------
__init__(self, unpack)
class READDIRPLUS3args(baseobj.BaseObj)¶
struct READDIRPLUS3args {
nfs_fh3 fh;
cookie3 cookie;
cookieverf3 verifier;
count3 dircount;
count3 maxcount; };
Methods defined here: ---------------------
__init__(self, unpack)
class READDIRPLUS3res(baseobj.BaseObj)¶
union switch READDIRPLUS3res (nfsstat3 status) {
case const.NFS3_OK:
READDIRPLUS3resok resok;
default:
READDIRPLUS3resfail resfail; };
Methods defined here: ---------------------
__init__(self, unpack)
class READDIRPLUS3resfail(baseobj.BaseObj)¶
struct READDIRPLUS3resfail {
post_op_attr attributes; };
Methods defined here: ---------------------
__init__(self, unpack)
class READDIRPLUS3resok(baseobj.BaseObj)¶
struct READDIRPLUS3resok {
post_op_attr attributes;
cookieverf3 verifier;
dirlistplus3 reply; };
Methods defined here: ---------------------
__init__(self, unpack)
class READLINK3args(baseobj.BaseObj)¶
struct READLINK3args {
nfs_fh3 fh; };
Methods defined here: ---------------------
__init__(self, unpack)
class READLINK3res(baseobj.BaseObj)¶
union switch READLINK3res (nfsstat3 status) {
case const.NFS3_OK:
READLINK3resok resok;
default:
READLINK3resfail resfail; };
Methods defined here: ---------------------
__init__(self, unpack)
class READLINK3resfail(baseobj.BaseObj)¶
struct READLINK3resfail {
post_op_attr attributes; };
Methods defined here: ---------------------
__init__(self, unpack)
class READLINK3resok(baseobj.BaseObj)¶
struct READLINK3resok {
post_op_attr attributes;
nfspath3 link; };
Methods defined here: ---------------------
__init__(self, unpack)
class REMOVE3args(baseobj.BaseObj)¶
struct REMOVE3args {
diropargs3 object; };
Methods defined here: ---------------------
__init__(self, unpack)
class REMOVE3res(baseobj.BaseObj)¶
union switch REMOVE3res (nfsstat3 status) {
case const.NFS3_OK:
REMOVE3resok resok;
default:
REMOVE3resfail resfail; };
Methods defined here: ---------------------
__init__(self, unpack)
class REMOVE3resfail(baseobj.BaseObj)¶
struct REMOVE3resfail {
wcc_data wcc; };
Methods defined here: ---------------------
__init__(self, unpack)
class REMOVE3resok(baseobj.BaseObj)¶
struct REMOVE3resok {
wcc_data wcc; };
Methods defined here: ---------------------
__init__(self, unpack)
class RENAME3args(baseobj.BaseObj)¶
struct RENAME3args {
diropargs3 nfrom;
diropargs3 nto; };
Methods defined here: ---------------------
__init__(self, unpack)
class RENAME3res(baseobj.BaseObj)¶
union switch RENAME3res (nfsstat3 status) {
case const.NFS3_OK:
RENAME3resok resok;
default:
RENAME3resfail resfail; };
Methods defined here: ---------------------
__init__(self, unpack)
class RENAME3resfail(baseobj.BaseObj)¶
struct RENAME3resfail {
wcc_data fromdir_wcc;
wcc_data todir_wcc; };
Methods defined here: ---------------------
__init__(self, unpack)
class RENAME3resok(baseobj.BaseObj)¶
struct RENAME3resok {
wcc_data fromdir_wcc;
wcc_data todir_wcc; };
Methods defined here: ---------------------
__init__(self, unpack)
class RMDIR3args(baseobj.BaseObj)¶
struct RMDIR3args {
diropargs3 object; };
Methods defined here: ---------------------
__init__(self, unpack)
class RMDIR3res(baseobj.BaseObj)¶
union switch RMDIR3res (nfsstat3 status) {
case const.NFS3_OK:
RMDIR3resok resok;
default:
RMDIR3resfail resfail; };
Methods defined here: ---------------------
__init__(self, unpack)
class RMDIR3resfail(baseobj.BaseObj)¶
struct RMDIR3resfail {
wcc_data wcc; };
Methods defined here: ---------------------
__init__(self, unpack)
class RMDIR3resok(baseobj.BaseObj)¶
struct RMDIR3resok {
wcc_data wcc; };
Methods defined here: ---------------------
__init__(self, unpack)
class SETATTR3args(baseobj.BaseObj)¶
struct SETATTR3args {
nfs_fh3 fh;
sattr3 attributes;
sattrguard3 guard; };
Methods defined here: ---------------------
__init__(self, unpack)
class SETATTR3res(baseobj.BaseObj)¶
union switch SETATTR3res (nfsstat3 status) {
case const.NFS3_OK:
SETATTR3resok resok;
default:
SETATTR3resfail resfail; };
Methods defined here: ---------------------
__init__(self, unpack)
class SETATTR3resfail(baseobj.BaseObj)¶
struct SETATTR3resfail {
wcc_data wcc; };
Methods defined here: ---------------------
__init__(self, unpack)
class SETATTR3resok(baseobj.BaseObj)¶
struct SETATTR3resok {
wcc_data wcc; };
Methods defined here: ---------------------
__init__(self, unpack)
class SYMLINK3args(baseobj.BaseObj)¶
struct SYMLINK3args {
diropargs3 where;
symlinkdata3 symlink; };
Methods defined here: ---------------------
__init__(self, unpack)
class SYMLINK3res(baseobj.BaseObj)¶
union switch SYMLINK3res (nfsstat3 status) {
case const.NFS3_OK:
SYMLINK3resok resok;
default:
SYMLINK3resfail resfail; };
Methods defined here: ---------------------
__init__(self, unpack)
class SYMLINK3resfail(baseobj.BaseObj)¶
struct SYMLINK3resfail {
wcc_data dir_wcc; };
Methods defined here: ---------------------
__init__(self, unpack)
class SYMLINK3resok(baseobj.BaseObj)¶
struct SYMLINK3resok {
post_op_fh3 obj;
post_op_attr attributes;
wcc_data wcc; };
Methods defined here: ---------------------
__init__(self, unpack)
class WRITE3args(baseobj.BaseObj)¶
struct WRITE3args {
nfs_fh3 fh;
offset3 offset;
count3 count;
stable_how stable;
opaque data<>; };
Methods defined here: ---------------------
__init__(self, unpack)
class WRITE3res(baseobj.BaseObj)¶
union switch WRITE3res (nfsstat3 status) {
case const.NFS3_OK:
WRITE3resok resok;
default:
WRITE3resfail resfail; };
Methods defined here: ---------------------
__init__(self, unpack)
class WRITE3resfail(baseobj.BaseObj)¶
struct WRITE3resfail {
wcc_data wcc; };
Methods defined here: ---------------------
__init__(self, unpack)
class WRITE3resok(baseobj.BaseObj)¶
struct WRITE3resok {
wcc_data wcc;
count3 count;
stable_how committed;
writeverf3 verifier; };
Methods defined here: ---------------------
__init__(self, unpack)
class createhow3(baseobj.BaseObj)¶
union switch createhow3 (createmode3 mode) {
case const.UNCHECKED:
case const.GUARDED:
sattr3 attributes;
case const.EXCLUSIVE:
createverf3 verifier; };
Methods defined here: ---------------------
__init__(self, unpack)
class createmode3(packet.utils.Enum)¶
enum createmode3
class devicedata3(baseobj.BaseObj)¶
struct devicedata3 {
sattr3 attributes;
specdata3 spec; };
Methods defined here: ---------------------
__init__(self, unpack)
class dirlist3(baseobj.BaseObj)¶
struct dirlist3 {
entry3 *entries;
bool eof; };
Methods defined here: ---------------------
__init__(self, unpack)
class dirlistplus3(baseobj.BaseObj)¶
struct dirlistplus3 {
entryplus3 *entries;
bool eof; };
Methods defined here: ---------------------
__init__(self, unpack)
class diropargs3(baseobj.BaseObj)¶
struct diropargs3 {
nfs_fh3 fh;
filename3 name; };
Methods defined here: ---------------------
__init__(self, unpack)
class entry3(baseobj.BaseObj)¶
struct entry3 {
fileid3 fileid;
filename3 name;
cookie3 cookie;
entry3 *nextentry; };
Methods defined here: ---------------------
__init__(self, unpack)
class entryplus3(baseobj.BaseObj)¶
struct entryplus3 {
fileid3 fileid;
filename3 name;
cookie3 cookie;
post_op_attr attributes;
post_op_fh3 obj;
entryplus3 *nextentry; };
Methods defined here: ---------------------
__init__(self, unpack)
class fattr3(baseobj.BaseObj)¶
struct fattr3 {
ftype3 type;
mode3 mode;
uint32 nlink;
uid3 uid;
gid3 gid;
size3 size;
size3 used;
specdata3 rdev;
uint64 fsid;
fileid3 fileid;
nfstime3 atime;
nfstime3 mtime;
nfstime3 ctime; };
Methods defined here: ---------------------
__init__(self, unpack)
class ftype3(packet.utils.Enum)¶
enum ftype3
class mknoddata3(baseobj.BaseObj)¶
union switch mknoddata3 (ftype3 type) {
case const.NF3CHR:
case const.NF3BLK:
devicedata3 device;
case const.NF3SOCK:
case const.NF3FIFO:
sattr3 attributes;
default:
void; };
Methods defined here: ---------------------
__init__(self, unpack)
class nfs_bool(packet.utils.Enum)¶
enum nfs_bool
class nfs_proc3(packet.utils.Enum)¶
enum nfs_proc3
class nfsstat3(packet.utils.Enum)¶
enum nfsstat3
class nfstime3(baseobj.BaseObj)¶
struct nfstime3 {
uint32 seconds;
uint32 nseconds; };
Methods defined here: ---------------------
__init__(self, unpack)
class post_op_attr(baseobj.BaseObj)¶
union switch post_op_attr (bool attributes_follow) {
case const.TRUE:
fattr3 attributes;
case const.FALSE:
void; };
Methods defined here: ---------------------
__init__(self, unpack)
class post_op_fh3(baseobj.BaseObj)¶
union switch post_op_fh3 (bool handle_follows) {
case const.TRUE:
nfs_fh3 fh;
case const.FALSE:
void; };
Methods defined here: ---------------------
__init__(self, unpack)
class pre_op_attr(baseobj.BaseObj)¶
union switch pre_op_attr (bool attributes_follow) {
case const.TRUE:
wcc_attr attributes;
case const.FALSE:
void; };
Methods defined here: ---------------------
__init__(self, unpack)
class sattr3(baseobj.BaseObj)¶
struct sattr3 {
set_mode3 mode;
set_uid3 uid;
set_gid3 gid;
set_size3 size;
set_atime atime;
set_mtime mtime; };
Methods defined here: ---------------------
__init__(self, unpack)
class sattrguard3(baseobj.BaseObj)¶
union switch sattrguard3 (bool check) {
case const.TRUE:
nfstime3 ctime;
case const.FALSE:
void; };
Methods defined here: ---------------------
__init__(self, unpack)
class set_atime(baseobj.BaseObj)¶
union switch set_atime (time_how set_it) {
case const.SET_TO_CLIENT_TIME:
nfstime3 atime;
default:
void; };
Methods defined here: ---------------------
__init__(self, unpack)
class set_gid3(baseobj.BaseObj)¶
union switch set_gid3 (bool set_it) {
case const.TRUE:
gid3 gid;
default:
void; };
Methods defined here: ---------------------
__init__(self, unpack)
class set_mode3(baseobj.BaseObj)¶
union switch set_mode3 (bool set_it) {
case const.TRUE:
mode3 mode;
default:
void; };
Methods defined here: ---------------------
__init__(self, unpack)
class set_mtime(baseobj.BaseObj)¶
union switch set_mtime (time_how set_it) {
case const.SET_TO_CLIENT_TIME:
nfstime3 mtime;
default:
void; };
Methods defined here: ---------------------
__init__(self, unpack)
class set_size3(baseobj.BaseObj)¶
union switch set_size3 (bool set_it) {
case const.TRUE:
size3 size;
default:
void; };
Methods defined here: ---------------------
__init__(self, unpack)
class set_uid3(baseobj.BaseObj)¶
union switch set_uid3 (bool set_it) {
case const.TRUE:
uid3 uid;
default:
void; };
Methods defined here: ---------------------
__init__(self, unpack)
class specdata3(baseobj.BaseObj)¶
struct specdata3 {
uint32 specdata1;
uint32 specdata2; };
Methods defined here: ---------------------
__init__(self, unpack)
class stable_how(packet.utils.Enum)¶
enum stable_how
class symlinkdata3(baseobj.BaseObj)¶
struct symlinkdata3 {
sattr3 attributes;
nfspath3 linkdata; };
Methods defined here: ---------------------
__init__(self, unpack)
class time_how(packet.utils.Enum)¶
enum time_how
class wcc_attr(baseobj.BaseObj)¶
struct wcc_attr {
size3 size;
nfstime3 mtime;
nfstime3 ctime; };
Methods defined here: ---------------------
__init__(self, unpack)
class wcc_data(baseobj.BaseObj)¶
struct wcc_data {
pre_op_attr before;
post_op_attr after; };
Methods defined here: ---------------------
__init__(self, unpack)
FUNCTIONS¶
cookieverf3(unpack)¶
createverf3(unpack)¶
nfs_fh3(unpack)¶
writeverf3(unpack)¶
SEE ALSO¶
BUGS¶
No known bugs.
AUTHOR¶
Jorge Mora (mora@netapp.com)
14 February 2017 | NFStest 2.1.5 |