Searched refs:mon_dispatch (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/crypto/openssh/ |
| H A D | monitor.c | 243 struct mon_table *mon_dispatch; variable 262 struct mon_table *ent = mon_dispatch; in monitor_permit_authentications() 294 mon_dispatch = mon_dispatch_proto20; in monitor_child_preauth() 296 monitor_permit(mon_dispatch, MONITOR_REQ_MODULI, 1); in monitor_child_preauth() 297 monitor_permit(mon_dispatch, MONITOR_REQ_SIGN, 1); in monitor_child_preauth() 404 mon_dispatch = mon_dispatch_postauth20; in monitor_child_postauth() 408 monitor_permit(mon_dispatch, MONITOR_REQ_SIGN, 1); in monitor_child_postauth() 409 monitor_permit(mon_dispatch, MONITOR_REQ_TERM, 1); in monitor_child_postauth() 412 monitor_permit(mon_dispatch, MONITOR_REQ_PTY, 1); in monitor_child_postauth() 417 monitor_read(pmonitor, mon_dispatch, NULL); in monitor_child_postauth() [all …]
|