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

/freebsd-current/crypto/openssh/
H A Dnchan.c391 if (channel_close_fd(ssh, c, &c->wfd) < 0) {
419 if (channel_close_fd(ssh, c, &c->rfd) < 0) {
438 if (channel_close_fd(ssh, c, &c->efd) < 0) {
H A Dchannels.h308 int channel_close_fd(struct ssh *, Channel *, int *);
H A Dchannels.c551 channel_close_fd(struct ssh *ssh, Channel *c, int *fdp) function
605 channel_close_fd(ssh, c, &c->sock);
607 channel_close_fd(ssh, c, &c->rfd);
609 channel_close_fd(ssh, c, &c->wfd);
611 channel_close_fd(ssh, c, &c->efd);
868 channel_close_fd(ssh, c, &c->sock);
1396 channel_close_fd(ssh, c, &c->efd);
1851 channel_close_fd(ssh, c, &c->sock);
2304 channel_close_fd(ssh, c, &c->efd);
2333 channel_close_fd(ss
[all...]
H A Dssh_namespace.h124 #define channel_close_fd Fssh_channel_close_fd macro

Completed in 293 milliseconds