Searched refs:mm_send_fd (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dmonitor_fdpass.h31 int mm_send_fd(int, int);
H A Dmonitor_fdpass.c52 mm_send_fd(int sock, int fd) function
H A Dmux.c1850 if (mm_send_fd(fd, STDIN_FILENO) == -1 ||
1851 mm_send_fd(fd, STDOUT_FILENO) == -1 ||
1852 mm_send_fd(fd, STDERR_FILENO) == -1)
2000 if (mm_send_fd(fd, STDIN_FILENO) == -1 ||
2001 mm_send_fd(fd, STDOUT_FILENO) == -1)
H A Dmonitor.c1559 if (mm_send_fd(sock, s->ptyfd) == -1 ||
1560 mm_send_fd(sock, s->ttyfd) == -1)
H A Dssh_namespace.h477 #define mm_send_fd Fssh_mm_send_fd macro

Completed in 179 milliseconds