Searched refs:monitor_reqtype (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | monitor.h | 32 enum monitor_reqtype { enum 90 void mm_request_send(int, enum monitor_reqtype, struct sshbuf *); 92 void mm_request_receive_expect(int, enum monitor_reqtype, struct sshbuf *);
|
D | monitor_wrap.c | 122 mm_request_send(int sock, enum monitor_reqtype type, struct sshbuf *m) in mm_request_send() 164 mm_request_receive_expect(int sock, enum monitor_reqtype type, struct sshbuf *m) in mm_request_receive_expect()
|
D | monitor.c | 174 enum monitor_reqtype type; 246 monitor_permit(struct mon_table *ent, enum monitor_reqtype type, int permit) in monitor_permit()
|