Home
last modified time | relevance | path

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

/external/openssh/
Dmonitor.h90 struct mon_table;
91 int monitor_read(struct monitor*, struct mon_table *, struct mon_table **);
Dmonitor.c187 struct mon_table { struct
202 struct mon_table mon_dispatch_proto20[] = { argument
241 struct mon_table mon_dispatch_postauth20[] = {
256 struct mon_table mon_dispatch_proto15[] = {
289 struct mon_table mon_dispatch_postauth15[] = {
302 struct mon_table *mon_dispatch;
307 monitor_permit(struct mon_table *ent, enum monitor_reqtype type, int permit) in monitor_permit()
322 struct mon_table *ent = mon_dispatch; in monitor_permit_authentications()
336 struct mon_table *ent; in monitor_child_preauth()
555 monitor_read(struct monitor *pmonitor, struct mon_table *ent, in monitor_read()
[all …]