Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dmonitor.h47 MONITOR_REQ_PTY = 28, MONITOR_ANS_PTY = 29, enumerator
Dmonitor.c189 {MONITOR_REQ_PTY, 0, mm_answer_pty},
354 monitor_permit(mon_dispatch, MONITOR_REQ_PTY, 1); in monitor_child_postauth()
Dmonitor_wrap.c610 mm_request_send(pmonitor->m_recvfd, MONITOR_REQ_PTY, m); in mm_pty_allocate()