Home
last modified time | relevance | path

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

/external/openssh/
Dmonitor.h87 int monitor_read(struct monitor*, struct mon_table *, struct mon_table **);
Dmonitor.c311 authenticated = (monitor_read(pmonitor, mon_dispatch, &ent) == 1); in monitor_child_preauth()
412 monitor_read(pmonitor, mon_dispatch, NULL); in monitor_child_postauth()
463 monitor_read(struct monitor *pmonitor, struct mon_table *ent, in monitor_read() function