Searched refs:mon_dispatch (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | monitor.c | 237 struct mon_table *mon_dispatch; variable 256 struct mon_table *ent = mon_dispatch; in monitor_permit_authentications() 287 mon_dispatch = mon_dispatch_proto20; in monitor_child_preauth() 289 monitor_permit(mon_dispatch, MONITOR_REQ_STATE, 1); in monitor_child_preauth() 290 monitor_permit(mon_dispatch, MONITOR_REQ_MODULI, 1); in monitor_child_preauth() 291 monitor_permit(mon_dispatch, MONITOR_REQ_SETCOMPAT, 1); in monitor_child_preauth() 292 monitor_permit(mon_dispatch, MONITOR_REQ_SIGN, 1); in monitor_child_preauth() 302 mon_dispatch, &ent) == 1); in monitor_child_preauth() 434 mon_dispatch = mon_dispatch_postauth20; in monitor_child_postauth() 437 monitor_permit(mon_dispatch, MONITOR_REQ_STATE, 1); in monitor_child_postauth() [all …]
|