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

/freebsd-10.3-release/crypto/openssh/
H A Dmonitor.h61 MONITOR_REQ_PAM_ACCOUNT = 102, MONITOR_ANS_PAM_ACCOUNT = 103, enumerator in enum:monitor_reqtype
H A Dmonitor.c212 {MONITOR_REQ_PAM_ACCOUNT, 0, mm_answer_pam_account},
275 {MONITOR_REQ_PAM_ACCOUNT, 0, mm_answer_pam_account},
397 MONITOR_REQ_PAM_ACCOUNT, &m);
1055 monitor_permit(mon_dispatch, MONITOR_REQ_PAM_ACCOUNT, 1);
H A Dmonitor_wrap.c593 mm_request_send(pmonitor->m_recvfd, MONITOR_REQ_PAM_ACCOUNT, &m);

Completed in 102 milliseconds