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

/freebsd-10.3-release/crypto/openssh/
H A Dchannels.h228 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.c382 channel_close_fd(int *fdp) function
399 channel_close_fd(&c->sock);
400 channel_close_fd(&c->rfd);
401 channel_close_fd(&c->wfd);
402 channel_close_fd(&c->efd);
491 channel_close_fd(&c->sock);
994 channel_close_fd(&c->sock);
1367 channel_close_fd(&c->sock);
1825 channel_close_fd(&c->efd);
1843 channel_close_fd(
[all...]
H A Dssh_namespace.h148 #define channel_close_fd Fssh_channel_close_fd macro

Completed in 63 milliseconds