OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:server_count
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/btpand/
server.c
44
static int
server_count
;
variable
140
assert(
server_count
< server_limit);
242
if (++
server_count
== server_limit) {
259
assert(
server_count
> 0);
263
if (
server_count
-- == server_limit)
340
sdp_put_uint8(&buf, (UINT8_MAX -
server_count
* UINT8_MAX / server_limit));
Completed in 16 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026