Home
last modified time | relevance | path

Searched refs:MONITOR_REQ_PWNAM (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/openssh/
H A Dmonitor.h37 MONITOR_REQ_PWNAM = 8, MONITOR_ANS_PWNAM = 9, enumerator
H A Dmonitor.c194 {MONITOR_REQ_PWNAM, MON_ONCE, mm_answer_pwnamallow},
696 monitor_permit(mon_dispatch, MONITOR_REQ_PWNAM, 1); in mm_answer_sign()
H A Dmonitor_wrap.c274 mm_request_send(pmonitor->m_recvfd, MONITOR_REQ_PWNAM, m); in mm_getpwnamallow()