Searched refs:mm_receive_fd (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dmonitor_fdpass.h32 int mm_receive_fd(int);
H A Dmonitor_fdpass.c113 mm_receive_fd(int sock) function
H A Dmonitor_wrap.c540 if ((*ptyfd = mm_receive_fd(pmonitor->m_recvfd)) == -1 ||
541 (*ttyfd = mm_receive_fd(pmonitor->m_recvfd)) == -1)
H A Dsshconnect.c170 if ((sock = mm_receive_fd(sp[1])) == -1)
H A Dssh_namespace.h476 #define mm_receive_fd Fssh_mm_receive_fd macro
H A Dmux.c375 if ((new_fd[i] = mm_receive_fd(c->sock)) == -1) {
965 if ((new_fd[i] = mm_receive_fd(c->sock)) == -1) {

Completed in 205 milliseconds