Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dnchan.c391 if (channel_close_fd(ssh, c, &c->wfd) < 0) { in chan_shutdown_write()
419 if (channel_close_fd(ssh, c, &c->rfd) < 0) { in chan_shutdown_read()
438 if (channel_close_fd(ssh, c, &c->efd) < 0) { in chan_shutdown_extended_read()
H A Dchannels.h318 int channel_close_fd(struct ssh *, Channel *, int *);
H A Dchannels.c571 channel_close_fd(struct ssh *ssh, Channel *c, int *fdp) in channel_close_fd() function
625 channel_close_fd(ssh, c, &c->sock); in channel_close_fds()
627 channel_close_fd(ssh, c, &c->rfd); in channel_close_fds()
629 channel_close_fd(ssh, c, &c->wfd); in channel_close_fds()
631 channel_close_fd(ssh, c, &c->efd); in channel_close_fds()
909 channel_close_fd(ssh, c, &c->sock); in channel_stop_listening()
1457 channel_close_fd(ssh, c, &c->efd); in channel_force_close()
1919 channel_close_fd(ssh, c, &c->sock); in channel_post_x11_listener()
2373 channel_close_fd(ssh, c, &c->efd); in channel_handle_efd_write()
2402 channel_close_fd(ssh, c, &c->efd); in channel_handle_efd_read()
H A Dssh_namespace.h115 #define channel_close_fd Fssh_channel_close_fd macro