Searched refs:session_close_by_channel (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dsession.h73 void session_close_by_channel(int, void *);
H A Dserverloop.c1090 channel_register_cleanup(c->self, session_close_by_channel, 0);
H A Dsession.c2531 * by session_close_by_channel when the childs close their fds.
2533 channel_register_cleanup(c->self, session_close_by_channel, 1);
2598 session_close_by_channel(int id, void *arg) function
2604 debug("session_close_by_channel: no session for id %d", id);
2607 debug("session_close_by_channel: channel %d child %ld",
2610 debug("session_close_by_channel: channel %d: has child", id);

Completed in 141 milliseconds