OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MONITOR_ANS_MODULI
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
monitor.h
32
MONITOR_REQ_MODULI,
MONITOR_ANS_MODULI
,
monitor_wrap.c
193
debug3("%s: waiting for
MONITOR_ANS_MODULI
", __func__);
194
mm_request_receive_expect(pmonitor->m_recvfd,
MONITOR_ANS_MODULI
, &m);
198
fatal("%s:
MONITOR_ANS_MODULI
failed", __func__);
[
all
...]
monitor.c
672
mm_request_send(sock,
MONITOR_ANS_MODULI
, m);
[
all
...]
Completed in 23 milliseconds