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

/freebsd-10.0-release/crypto/openssh/
H A Dchannels.h230 int channel_close_fd(int *);
H A Dnchan.c501 if (channel_close_fd(&c->wfd) < 0)
526 if (channel_close_fd(&c->rfd) < 0)
H A Dchannels.c376 channel_close_fd(int *fdp) function
393 channel_close_fd(&c->sock);
394 channel_close_fd(&c->rfd);
395 channel_close_fd(&c->wfd);
396 channel_close_fd(&c->efd);
483 channel_close_fd(&c->sock);
1008 channel_close_fd(&c->sock);
1378 channel_close_fd(&c->sock);
1814 channel_close_fd(&c->efd);
1832 channel_close_fd(
[all...]
H A Dssh_namespace.h100 #define channel_close_fd ssh_channel_close_fd macro

Completed in 136 milliseconds