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

  /external/openssh/
monitor.h 62 MONITOR_REQ_PAM_INIT_CTX = 104, MONITOR_ANS_PAM_INIT_CTX = 105,
monitor.c 210 {MONITOR_REQ_PAM_INIT_CTX, MON_ONCE, mm_answer_pam_init_ctx},
984 monitor_permit(mon_dispatch, MONITOR_REQ_PAM_INIT_CTX, 1);
1117 monitor_permit(mon_dispatch, MONITOR_REQ_PAM_INIT_CTX, 1);
    [all...]
monitor_wrap.c 608 mm_request_send(pmonitor->m_recvfd, MONITOR_REQ_PAM_INIT_CTX, &m);

Completed in 1046 milliseconds