Lines Matching refs:uint16_t
99 uint16_t sv2_users; /* max number of users allowed */
100 uint16_t sv2_disc; /* auto-disconnect timeout(in minutes) */
102 uint16_t sv2_security; /* SV_USERSECURITY or SV_SHARESECURITY */
103 uint16_t sv2_auditing; /* 0 = no auditing; nonzero = auditing */
105 uint16_t sv2_numadmin; /* max number of administrators allowed */
106 uint16_t sv2_lanmask; /* bit mask representing the srv'd nets */
107 uint16_t sv2_hidden; /* 0 = visible; nonzero = hidden */
108 uint16_t sv2_announce; /* visible server announce rate (sec) */
109 uint16_t sv2_anndelta; /* announce randomize interval (sec) */
114 uint16_t sv2_chdevs; /* max # shared character devices */
115 uint16_t sv2_chdevq; /* max # character device queues */
116 uint16_t sv2_chdevjobs; /* max # character device jobs */
117 uint16_t sv2_connections; /* max # of connections */
118 uint16_t sv2_shares; /* max # of shares */
119 uint16_t sv2_openfiles; /* max # of open files */
120 uint16_t sv2_sessopens; /* max # of open files per session */
121 uint16_t sv2_sessvcs; /* max # of virtual circuits per client */
122 uint16_t sv2_sessreqs; /* max # of simul. reqs. from a client */
123 uint16_t sv2_opensearch; /* max # of open searches */
124 uint16_t sv2_activelocks; /* max # of active file locks */
125 uint16_t sv2_numreqbuf; /* number of server (standard) buffers */
126 uint16_t sv2_sizreqbuf; /* size of svr (standard) bufs (bytes) */
127 uint16_t sv2_numbigbuf; /* number of big (64K) buffers */
128 uint16_t sv2_numfiletasks; /* number of file worker processes */
129 uint16_t sv2_alertsched; /* alert counting interval (minutes) */
130 uint16_t sv2_erroralert; /* error log alerting threshold */
131 uint16_t sv2_logonalert; /* logon violation alerting threshold */
132 uint16_t sv2_accessalert; /* access violation alerting threshold */
133 uint16_t sv2_diskalert; /* low disk space alert threshold (KB) */
134 uint16_t sv2_netioalert; /* net I/O error ratio alert threshold */
136 uint16_t sv2_maxauditsz; /* Maximum audit file size (KB) */
150 uint16_t sv3_users; /* max number of users allowed */
151 uint16_t sv3_disc; /* auto-disconnect timeout(in minutes) */
153 uint16_t sv3_security; /* SV_USERSECURITY or SV_SHARESECURITY */
154 uint16_t sv3_auditing; /* 0 = no auditing; nonzero = auditing */
156 uint16_t sv3_numadmin; /* max number of administrators allowed */
157 uint16_t sv3_lanmask; /* bit mask representing the srv'd nets */
158 uint16_t sv3_hidden; /* 0 = visible; nonzero = hidden */
159 uint16_t sv3_announce; /* visible server announce rate (sec) */
160 uint16_t sv3_anndelta; /* announce randomize interval (sec) */
165 uint16_t sv3_chdevs; /* max # shared character devices */
166 uint16_t sv3_chdevq; /* max # character device queues */
167 uint16_t sv3_chdevjobs; /* max # character device jobs */
168 uint16_t sv3_connections; /* max # of connections */
169 uint16_t sv3_shares; /* max # of shares */
170 uint16_t sv3_openfiles; /* max # of open files */
171 uint16_t sv3_sessopens; /* max # of open files per session */
172 uint16_t sv3_sessvcs; /* max # of virtual circuits per client */
173 uint16_t sv3_sessreqs; /* max # of simul. reqs. from a client */
174 uint16_t sv3_opensearch; /* max # of open searches */
175 uint16_t sv3_activelocks; /* max # of active file locks */
176 uint16_t sv3_numreqbuf; /* number of server (standard) buffers */
177 uint16_t sv3_sizreqbuf; /* size of svr (standard) bufs (bytes) */
178 uint16_t sv3_numbigbuf; /* number of big (64K) buffers */
179 uint16_t sv3_numfiletasks; /* number of file worker processes */
180 uint16_t sv3_alertsched; /* alert counting interval (minutes) */
181 uint16_t sv3_erroralert; /* error log alerting threshold */
182 uint16_t sv3_logonalert; /* logon violation alerting threshold */
183 uint16_t sv3_accessalert; /* access violation alerting threshold */
184 uint16_t sv3_diskalert; /* low disk space alert threshold (KB) */
185 uint16_t sv3_netioalert; /* net I/O error ratio alert threshold */
187 uint16_t sv3_maxauditsz; /* Maximum audit file size (KB) */
190 uint16_t sv3_autoprofile; /* (0,1,2,3) = (NONE,LOAD,SAVE,or BOTH) */