Lines Matching refs:mon_table
167 struct mon_table { struct
182 static int monitor_read(struct ssh *, struct monitor *, struct mon_table *, argument
183 struct mon_table **);
186 struct mon_table mon_dispatch_proto20[] = {
221 struct mon_table mon_dispatch_postauth20[] = {
236 struct mon_table *mon_dispatch;
240 monitor_permit(struct mon_table *ent, enum monitor_reqtype type, int permit) in monitor_permit()
255 struct mon_table *ent = mon_dispatch; in monitor_permit_authentications()
269 struct mon_table *ent; in monitor_child_preauth()
474 monitor_read(struct ssh *ssh, struct monitor *pmonitor, struct mon_table *ent, in monitor_read()
475 struct mon_table **pent) in monitor_read()