Searched refs:monitor_reqtype (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | monitor.h | 32 enum monitor_reqtype { enum 96 void mm_request_send(int, enum monitor_reqtype, struct sshbuf *); 98 void mm_request_receive_expect(int, enum monitor_reqtype, struct sshbuf *);
|
| H A D | monitor_wrap.c | 151 mm_request_send(int sock, enum monitor_reqtype type, struct sshbuf *m) in mm_request_send() 206 mm_request_receive_expect(int sock, enum monitor_reqtype type, struct sshbuf *m) in mm_request_receive_expect()
|
| H A D | monitor.c | 166 enum monitor_reqtype type; 241 monitor_permit(struct mon_table *ent, enum monitor_reqtype type, int permit) in monitor_permit()
|
| H A D | ChangeLog | 1002 upstream: Remove now-unused SKEYQUERY enums from monitor_reqtype.
|