HomeSort by relevance Sort by last modified time
    Searched refs:MONITOR_ANS_PWNAM (Results 1 - 3 of 3) sorted by null

  /external/openssh/
monitor.h 35 MONITOR_REQ_PWNAM, MONITOR_ANS_PWNAM,
monitor_wrap.c 250 debug3("%s: waiting for MONITOR_ANS_PWNAM", __func__);
251 mm_request_receive_expect(pmonitor->m_recvfd, MONITOR_ANS_PWNAM, &m);
    [all...]
monitor.c 789 debug3("%s: sending MONITOR_ANS_PWNAM: %d", __func__, allowed);
790 mm_request_send(sock, MONITOR_ANS_PWNAM, m);
    [all...]

Completed in 24 milliseconds