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

/freebsd-10.0-release/crypto/openssh/
H A Dmonitor.h36 MONITOR_REQ_SIGN = 6, MONITOR_ANS_SIGN = 7, enumerator in enum:monitor_reqtype
H A Dmonitor.c225 {MONITOR_REQ_SIGN, MON_ONCE, mm_answer_sign},
269 {MONITOR_REQ_SIGN, 0, mm_answer_sign},
375 monitor_permit(mon_dispatch, MONITOR_REQ_SIGN, 1);
488 monitor_permit(mon_dispatch, MONITOR_REQ_SIGN, 1);
H A Dmonitor_wrap.c225 mm_request_send(pmonitor->m_recvfd, MONITOR_REQ_SIGN, &m);

Completed in 122 milliseconds