monitor_reqtype
enum monitor_reqtype type;
monitor_permit(struct mon_table *ent, enum monitor_reqtype type, int permit)
void mm_request_send(int, enum monitor_reqtype, struct sshbuf *);
void mm_request_receive_expect(int, enum monitor_reqtype, struct sshbuf *);
mm_request_send(int sock, enum monitor_reqtype type, struct sshbuf *m)
mm_request_receive_expect(int sock, enum monitor_reqtype type, struct sshbuf *m)