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

/freebsd-10.0-release/crypto/openssh/
H A Dmonitor.h66 MONITOR_REQ_PAM_ACCOUNT = 102, MONITOR_ANS_PAM_ACCOUNT = 103, enumerator in enum:monitor_reqtype
H A Dmonitor.c232 {MONITOR_REQ_PAM_ACCOUNT, 0, mm_answer_pam_account},
299 {MONITOR_REQ_PAM_ACCOUNT, 0, mm_answer_pam_account},
418 MONITOR_REQ_PAM_ACCOUNT, &m);
1023 monitor_permit(mon_dispatch, MONITOR_REQ_PAM_ACCOUNT, 1);
H A Dmonitor_wrap.c801 mm_request_send(pmonitor->m_recvfd, MONITOR_REQ_PAM_ACCOUNT, &m);

Completed in 76 milliseconds