Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dmonitor.h56 MONITOR_REQ_GETPWCLASS = 50, MONITOR_ANS_GETPWCLASS = 51, enumerator
H A Dmonitor_wrap.c269 mm_request_receive_expect(pmonitor->m_recvfd, MONITOR_ANS_GETPWCLASS, m); in mm_login_getpwclass()
H A Dmonitor.c750 mm_request_send(sock, MONITOR_ANS_GETPWCLASS, m); in mm_answer_login_getpwclass()