Home
last modified time | relevance | path

Searched refs:PRIVSEP_LOG_FD (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/
H A Dsshd-auth.c103 #define PRIVSEP_LOG_FD (STDERR_FILENO + 2) macro
578 pmonitor->m_log_sendfd = PRIVSEP_LOG_FD; in main()
H A Dsshd-session.c107 #define PRIVSEP_LOG_FD (STDERR_FILENO + 2) macro
359 if (pmonitor->m_log_sendfd != PRIVSEP_LOG_FD && in privsep_preauth()
360 dup2(pmonitor->m_log_sendfd, PRIVSEP_LOG_FD) == -1) in privsep_preauth()