Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dmonitor.h85 struct mon_table;
86 int monitor_read(struct monitor*, struct mon_table *, struct mon_table **);
H A Dmonitor.c175 struct mon_table { struct
190 struct mon_table mon_dispatch_proto20[] = { argument
228 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) in monitor_permit()
262 struct mon_table *ent = mon_dispatch; in monitor_permit_authentications()
277 struct mon_table *ent; in monitor_child_preauth()
473 monitor_read(struct monitor *pmonitor, struct mon_table *ent, in monitor_read()
474 struct mon_table **pent) in monitor_read()