Home
last modified time | relevance | path

Searched refs:channel_close_fd (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dnchan.c482 if (channel_close_fd(&c->wfd) < 0) in chan_shutdown_write()
507 if (channel_close_fd(&c->rfd) < 0) in chan_shutdown_read()
H A Dchannels.c295 channel_close_fd(int *fdp) in channel_close_fd() function
316 channel_close_fd(&c->sock); in channel_close_fds()
317 channel_close_fd(&c->rfd); in channel_close_fds()
318 channel_close_fd(&c->wfd); in channel_close_fds()
319 channel_close_fd(&c->efd); in channel_close_fds()
397 channel_close_fd(&c->sock); in channel_stop_listening()
858 channel_close_fd(&c->sock); in channel_pre_x11_open_13()
1146 channel_close_fd(&c->sock); in channel_post_x11_listener()
1489 channel_close_fd(&c->efd); in channel_handle_efd()
1504 channel_close_fd(&c->efd); in channel_handle_efd()
/titanic_41/usr/src/cmd/ssh/include/
H A Dchannels.h186 int channel_close_fd(int *);