Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dmonitor.h33 enum monitor_reqtype { enum
98 void mm_request_send(int, enum monitor_reqtype, struct sshbuf *);
100 void mm_request_receive_expect(int, enum monitor_reqtype, struct sshbuf *);
Dmonitor_wrap.c151 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()
Dmonitor.c162 enum monitor_reqtype type;
232 monitor_permit(struct mon_table *ent, enum monitor_reqtype type, int permit) in monitor_permit()