Lines Matching defs:mon_table
172 struct mon_table {
187 static int monitor_read(struct ssh *, struct monitor *, struct mon_table *,
188 struct mon_table **);
191 struct mon_table mon_dispatch_proto20[] = {
227 struct mon_table mon_dispatch_postauth20[] = {
243 struct mon_table *mon_dispatch;
247 monitor_permit(struct mon_table *ent, enum monitor_reqtype type, int permit)
262 struct mon_table *ent = mon_dispatch;
276 struct mon_table *ent;
492 monitor_read(struct ssh *ssh, struct monitor *pmonitor, struct mon_table *ent,
493 struct mon_table **pent)