Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dmonitor.h92 void mm_request_receive(int, struct sshbuf *);
H A Dmonitor_wrap.c179 mm_request_receive(int sock, struct sshbuf *m) in mm_request_receive() function
218 mm_request_receive(sock, m); in mm_request_receive_expect()
H A Dmonitor.c507 mm_request_receive(pmonitor->m_sendfd, m); in monitor_read()