Searched refs:MONITOR_REQ_SIGN (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/crypto/openssh/
H A Dmonitor.h36 MONITOR_REQ_SIGN = 6, MONITOR_ANS_SIGN = 7, enumerator in enum:monitor_reqtype
H A Dmonitor.c219 {MONITOR_REQ_SIGN, MON_ONCE, mm_answer_sign},
256 {MONITOR_REQ_SIGN, 0, mm_answer_sign},
362 monitor_permit(mon_dispatch, MONITOR_REQ_SIGN, 1);
466 monitor_permit(mon_dispatch, MONITOR_REQ_SIGN, 1);
H A Dmonitor_wrap.c223 mm_request_send(pmonitor->m_recvfd, MONITOR_REQ_SIGN, &m);

Completed in 155 milliseconds