Lines Matching defs:mon_table
141 struct mon_table {
156 static int monitor_read(struct ssh *, struct monitor *, struct mon_table *,
157 struct mon_table **);
160 struct mon_table mon_dispatch_proto20[] = {
183 struct mon_table mon_dispatch_postauth20[] = {
195 struct mon_table *mon_dispatch;
199 monitor_permit(struct mon_table *ent, enum monitor_reqtype type, int permit)
214 struct mon_table *ent = mon_dispatch;
228 struct mon_table *ent;
416 monitor_read(struct ssh *ssh, struct monitor *pmonitor, struct mon_table *ent,
417 struct mon_table **pent)