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.h228 int channel_close_fd(int *);
Dchannels.c382 channel_close_fd(int *fdp) in channel_close_fd() function
399 channel_close_fd(&c->sock); in channel_close_fds()
400 channel_close_fd(&c->rfd); in channel_close_fds()
401 channel_close_fd(&c->wfd); in channel_close_fds()
402 channel_close_fd(&c->efd); in channel_close_fds()
491 channel_close_fd(&c->sock); in channel_stop_listening()
994 channel_close_fd(&c->sock); in channel_pre_x11_open_13()
1367 channel_close_fd(&c->sock); in channel_post_x11_listener()
1825 channel_close_fd(&c->efd);
1843 channel_close_fd(&c->efd);