Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmonitor_fdpass.h32 int mm_receive_fd(int);
H A Dmonitor_fdpass.c112 mm_receive_fd(int sock) in mm_receive_fd() function
H A Dmonitor_wrap.c611 if ((*ptyfd = mm_receive_fd(pmonitor->m_recvfd)) == -1 || in mm_pty_allocate()
612 (*ttyfd = mm_receive_fd(pmonitor->m_recvfd)) == -1) in mm_pty_allocate()
H A Dmux.c401 if ((new_fd[i] = mm_receive_fd(c->sock)) == -1) { in mux_master_process_new_session()
990 if ((new_fd[i] = mm_receive_fd(c->sock)) == -1) { in mux_master_process_stdio_fwd()
H A Dssh_namespace.h421 #define mm_receive_fd Fssh_mm_receive_fd macro
H A Dsshconnect.c176 if ((sock = mm_receive_fd(sp[1])) == -1) in ssh_proxy_fdpass_connect()