OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSH_CHANNEL_ZOMBIE
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
channels.h
55
#define
SSH_CHANNEL_ZOMBIE
14 /* Almost dead. */
nchan.c
438
c->type =
SSH_CHANNEL_ZOMBIE
;
444
if (c->type ==
SSH_CHANNEL_ZOMBIE
) {
channels.c
528
case
SSH_CHANNEL_ZOMBIE
:
573
case
SSH_CHANNEL_ZOMBIE
:
620
case
SSH_CHANNEL_ZOMBIE
:
[
all
...]
Completed in 22 milliseconds