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

/openbsd-current/usr.bin/ssh/
H A Dmonitor.h32 enum monitor_reqtype { enum
84 void mm_request_send(int, enum monitor_reqtype, struct sshbuf *);
86 void mm_request_receive_expect(int, enum monitor_reqtype, struct sshbuf *);
H A Dmonitor_wrap.c152 mm_request_send(int sock, enum monitor_reqtype type, struct sshbuf *m)
207 mm_request_receive_expect(int sock, enum monitor_reqtype type, struct sshbuf *m)
H A Dmonitor.c138 enum monitor_reqtype type;
193 monitor_permit(struct mon_table *ent, enum monitor_reqtype type, int permit)

Completed in 66 milliseconds