Home
last modified time | relevance | path

Searched refs:monitor_read (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Dmonitor.h86 int monitor_read(struct monitor*, struct mon_table *, struct mon_table **);
H A Dmonitor.c306 authenticated = (monitor_read(pmonitor, mon_dispatch, &ent) == 1); in monitor_child_preauth()
417 monitor_read(pmonitor, mon_dispatch, NULL); in monitor_child_postauth()
473 monitor_read(struct monitor *pmonitor, struct mon_table *ent, in monitor_read() function