OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chancount
(Results
1 - 4
of
4
) sorted by null
/external/dropbear/
session.h
157
unsigned int
chancount
; /* the number of Channel*s in use */
member in struct:sshsession
cli-session.c
246
if (ses.
chancount
< 1 && !cli_opts.no_cmd) {
cli-chansession.c
87
if (ses.
chancount
> 1) {
common-channel.c
69
ses.
chancount
= 0;
160
ses.
chancount
++;
548
ses.
chancount
--;
Completed in 1277 milliseconds