Home
last modified time | relevance | path

Searched refs:MONITOR_REQ_PTY (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dmonitor.h45 MONITOR_REQ_PTY = 28, MONITOR_ANS_PTY = 29, enumerator
H A Dmonitor.c226 {MONITOR_REQ_PTY, 0, mm_answer_pty},
413 monitor_permit(mon_dispatch, MONITOR_REQ_PTY, 1); in monitor_child_postauth()
H A Dmonitor_wrap.c643 mm_request_send(pmonitor->m_recvfd, MONITOR_REQ_PTY, m); in mm_pty_allocate()