Searched refs:channel_close_fd (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | nchan.c | 393 if (channel_close_fd(ssh, c, &c->wfd) < 0) { in chan_shutdown_write() 421 if (channel_close_fd(ssh, c, &c->rfd) < 0) { in chan_shutdown_read() 440 if (channel_close_fd(ssh, c, &c->efd) < 0) { in chan_shutdown_extended_read()
|
H A D | channels.h | 309 int channel_close_fd(struct ssh *, Channel *, int *);
|
H A D | channels.c | 544 channel_close_fd(struct ssh *ssh, Channel *c, int *fdp) in channel_close_fd() function 598 channel_close_fd(ssh, c, &c->sock); in channel_close_fds() 600 channel_close_fd(ssh, c, &c->rfd); in channel_close_fds() 602 channel_close_fd(ssh, c, &c->wfd); in channel_close_fds() 604 channel_close_fd(ssh, c, &c->efd); in channel_close_fds() 861 channel_close_fd(ssh, c, &c->sock); in channel_stop_listening() 1391 channel_close_fd(ssh, c, &c->efd); in channel_force_close() 1846 channel_close_fd(ssh, c, &c->sock); in channel_post_x11_listener() 2299 channel_close_fd(ssh, c, &c->efd); in channel_handle_efd_write() 2328 channel_close_fd(ssh, c, &c->efd); in channel_handle_efd_read()
|
H A D | ssh_namespace.h | 123 #define channel_close_fd Fssh_channel_close_fd macro
|