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.c246 {MONITOR_REQ_PTY, 0, mm_answer_pty},
291 {MONITOR_REQ_PTY, MON_ONCE, mm_answer_pty},
469 monitor_permit(mon_dispatch, MONITOR_REQ_PTY, 1); in monitor_child_postauth()
Dmonitor_wrap.c514 mm_request_send(pmonitor->m_recvfd, MONITOR_REQ_PTY, &m); in mm_pty_allocate()