nfssvc.h (2b08b570cbd1fc32623e11b15185c70d930761a6) nfssvc.h (2e3b981a4dccf29c039af6fdf76252d95b3a1c68)
1/*-
2 * Copyright (c) 1989, 1993, 1995
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Rick Macklem at The University of Guelph.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 50 unchanged lines hidden (view full) ---

59#define NFSSVC_DUMPCLIENTS 0x00010000
60#define NFSSVC_DUMPLOCKS 0x00020000
61#define NFSSVC_GSSDADDFIRST 0x00040000
62#define NFSSVC_PUBLICFH 0x00080000
63#define NFSSVC_NFSCBD 0x00100000
64#define NFSSVC_CBADDSOCK 0x00200000
65#define NFSSVC_GETSTATS 0x00400000
66#define NFSSVC_BACKUPSTABLE 0x00800000
1/*-
2 * Copyright (c) 1989, 1993, 1995
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Rick Macklem at The University of Guelph.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 50 unchanged lines hidden (view full) ---

59#define NFSSVC_DUMPCLIENTS 0x00010000
60#define NFSSVC_DUMPLOCKS 0x00020000
61#define NFSSVC_GSSDADDFIRST 0x00040000
62#define NFSSVC_PUBLICFH 0x00080000
63#define NFSSVC_NFSCBD 0x00100000
64#define NFSSVC_CBADDSOCK 0x00200000
65#define NFSSVC_GETSTATS 0x00400000
66#define NFSSVC_BACKUPSTABLE 0x00800000
67#define NFSSVC_ZEROCLTSTATS 0x01000000 /* modifier for GETSTATS */
68#define NFSSVC_ZEROSRVSTATS 0x02000000 /* modifier for GETSTATS */
67
68#endif /* _NFS_NFSSVC_H */
69
70#endif /* _NFS_NFSSVC_H */