Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dmonitor.c170 struct mon_table { struct
185 static int monitor_read(struct ssh *, struct monitor *, struct mon_table *, argument
186 struct mon_table **);
189 struct mon_table mon_dispatch_proto20[] = {
224 struct mon_table mon_dispatch_postauth20[] = {
239 struct mon_table *mon_dispatch;
243 monitor_permit(struct mon_table *ent, enum monitor_reqtype type, int permit) in monitor_permit()
258 struct mon_table *ent = mon_dispatch; in monitor_permit_authentications()
272 struct mon_table *ent; in monitor_child_preauth()
467 monitor_read(struct ssh *ssh, struct monitor *pmonitor, struct mon_table *ent, in monitor_read()
[all …]