Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmonitor.h32 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 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()
H A Dmonitor.c166 enum monitor_reqtype type;
241 monitor_permit(struct mon_table *ent, enum monitor_reqtype type, int permit) in monitor_permit()
H A DChangeLog1002 upstream: Remove now-unused SKEYQUERY enums from monitor_reqtype.