Home
last modified time | relevance | path

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

/external/openssh/
Dmonitor.h45 MONITOR_REQ_PTY, MONITOR_ANS_PTY, enumerator
Dmonitor.c268 {MONITOR_REQ_PTY, 0, mm_answer_pty},
310 {MONITOR_REQ_PTY, MON_ONCE, mm_answer_pty},
476 monitor_permit(mon_dispatch, MONITOR_REQ_PTY, 1); in monitor_child_postauth()
Dmonitor_wrap.c722 mm_request_send(pmonitor->m_recvfd, MONITOR_REQ_PTY, &m); in mm_pty_allocate()