Home
last modified time | relevance | path

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

/external/openssh/
Dmonitor.h47 MONITOR_REQ_PTY = 28, MONITOR_ANS_PTY = 29, enumerator
Dmonitor.c242 {MONITOR_REQ_PTY, 0, mm_answer_pty},
407 monitor_permit(mon_dispatch, MONITOR_REQ_PTY, 1); in monitor_child_postauth()
Dmonitor_wrap.c506 mm_request_send(pmonitor->m_recvfd, MONITOR_REQ_PTY, &m); in mm_pty_allocate()