OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:session_close_by_channel
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
session.h
76
void
session_close_by_channel
(struct ssh *, int, int, void *);
serverloop.c
629
channel_register_cleanup(ssh, c->self,
session_close_by_channel
, 0);
session.c
2201
* by
session_close_by_channel
when the child sessions close their fds.
2203
channel_register_cleanup(ssh, c->self,
session_close_by_channel
, 1);
2266
session_close_by_channel
(struct ssh *ssh, int id, int force, void *arg)
function
Completed in 32 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026