Searched refs:MONITOR_ANS_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_wrap.c225 debug3("%s: waiting for MONITOR_ANS_SIGN", __func__);
226 mm_request_receive_expect(pmonitor->m_recvfd, MONITOR_ANS_SIGN, &m);
H A Dmonitor.c717 mm_request_send(sock, MONITOR_ANS_SIGN, m);

Completed in 64 milliseconds