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

/freebsd-13-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.c636 if ((*ptyfd = mm_receive_fd(pmonitor->m_recvfd)) == -1 ||
637 (*ttyfd = mm_receive_fd(pmonitor->m_recvfd)) == -1)
H A Dssh_namespace.h386 #define mm_receive_fd Fssh_mm_receive_fd macro
H A Dmux.c404 if ((new_fd[i] = mm_receive_fd(c->sock)) == -1) {
988 if ((new_fd[i] = mm_receive_fd(c->sock)) == -1) {
H A Dsshconnect.c167 if ((sock = mm_receive_fd(sp[1])) == -1)

Completed in 88 milliseconds