Home
last modified time | relevance | path

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

/external/openssh/
Dnchan.c501 if (channel_close_fd(&c->wfd) < 0) in chan_shutdown_write()
526 if (channel_close_fd(&c->rfd) < 0) in chan_shutdown_read()
Dchannels.h231 int channel_close_fd(int *);
Dchannels.c402 channel_close_fd(int *fdp) in channel_close_fd() function
419 channel_close_fd(&c->sock); in channel_close_fds()
420 channel_close_fd(&c->rfd); in channel_close_fds()
421 channel_close_fd(&c->wfd); in channel_close_fds()
422 channel_close_fd(&c->efd); in channel_close_fds()
553 channel_close_fd(&c->sock); in channel_stop_listening()
1058 channel_close_fd(&c->sock); in channel_pre_x11_open_13()
1431 channel_close_fd(&c->sock); in channel_post_x11_listener()
1889 channel_close_fd(&c->efd);
1907 channel_close_fd(&c->efd);