Lines Matching +full:max +full:- +full:by +full:- +full:define
16 * fields enclosed by brackets "[]" replaced with your own identifying
27 #define _SMBSRV_SVRAPI_H
37 * This does not include space for the terminating 0-byte. When
43 * terminating 0-byte.
45 * User names, computer names and share names should be upper-cased
46 * by the caller and drawn from the ANSI character set.
97 uint16_t sv2_users; /* max number of users allowed */
98 uint16_t sv2_disc; /* auto-disconnect timeout(in minutes) */
103 uint16_t sv2_numadmin; /* max number of administrators allowed */
112 uint16_t sv2_chdevs; /* max # shared character devices */
113 uint16_t sv2_chdevq; /* max # character device queues */
114 uint16_t sv2_chdevjobs; /* max # character device jobs */
115 uint16_t sv2_connections; /* max # of connections */
116 uint16_t sv2_shares; /* max # of shares */
117 uint16_t sv2_openfiles; /* max # of open files */
118 uint16_t sv2_sessopens; /* max # of open files per session */
119 uint16_t sv2_sessvcs; /* max # of virtual circuits per client */
120 uint16_t sv2_sessreqs; /* max # of simul. reqs. from a client */
121 uint16_t sv2_opensearch; /* max # of open searches */
122 uint16_t sv2_activelocks; /* max # of active file locks */
148 uint16_t sv3_users; /* max number of users allowed */
149 uint16_t sv3_disc; /* auto-disconnect timeout(in minutes) */
154 uint16_t sv3_numadmin; /* max number of administrators allowed */
163 uint16_t sv3_chdevs; /* max # shared character devices */
164 uint16_t sv3_chdevq; /* max # character device queues */
165 uint16_t sv3_chdevjobs; /* max # character device jobs */
166 uint16_t sv3_connections; /* max # of connections */
167 uint16_t sv3_shares; /* max # of shares */
168 uint16_t sv3_openfiles; /* max # of open files */
169 uint16_t sv3_sessopens; /* max # of open files per session */
170 uint16_t sv3_sessvcs; /* max # of virtual circuits per client */
171 uint16_t sv3_sessreqs; /* max # of simul. reqs. from a client */
172 uint16_t sv3_opensearch; /* max # of open searches */
173 uint16_t sv3_activelocks; /* max # of active file locks */
197 #define MAJOR_VERSION_MASK 0x0F
201 * Bit-mapped values for svX_type fields. X = 1, 2, 3 etc.
231 #define SV_TYPE_WORKSTATION 0x00000001
232 #define SV_TYPE_SERVER 0x00000002
233 #define SV_TYPE_SQLSERVER 0x00000004
234 #define SV_TYPE_DOMAIN_CTRL 0x00000008
235 #define SV_TYPE_DOMAIN_BAKCTRL 0x00000010
236 #define SV_TYPE_TIME_SOURCE 0x00000020
237 #define SV_TYPE_AFP 0x00000040
238 /* Also set by Win95 NWSERVER */
239 #define SV_TYPE_NOVELL 0x00000080
240 #define SV_TYPE_DOMAIN_MEMBER 0x00000100
241 #define SV_TYPE_PRINTQ_SERVER 0x00000200
242 #define SV_TYPE_DIALIN_SERVER 0x00000400
243 #define SV_TYPE_XENIX_SERVER 0x00000800
244 #define SV_TYPE_NT 0x00001000
245 #define SV_TYPE_WFW 0x00002000
246 #define SV_TYPE_SERVER_NT 0x00008000
247 #define SV_TYPE_POTENTIAL_BROWSER 0x00010000
248 #define SV_TYPE_BACKUP_BROWSER 0x00020000
249 #define SV_TYPE_MASTER_BROWSER 0x00040000
250 #define SV_TYPE_DOMAIN_MASTER 0x00080000
251 #define SV_TYPE_LOCAL_LIST_ONLY 0x40000000
252 #define SV_TYPE_DOMAIN_ENUM 0x80000000
254 #define SV_TYPE_ALL 0xFFFFFFFF