Home | History | Annotate | Download | only in openssh

Lines Matching refs:session_close_by_channel

2447 	 * by session_close_by_channel when the childs close their fds.
2449 channel_register_cleanup(c->self, session_close_by_channel, 1);
2513 session_close_by_channel(int id, void *arg)
2519 debug("session_close_by_channel: no session for id %d", id);
2522 debug("session_close_by_channel: channel %d child %ld",
2525 debug("session_close_by_channel: channel %d: has child", id);