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

/external/openssh/
H A Dmonitor.h90 struct mon_table;
91 int monitor_read(struct monitor*, struct mon_table *, struct mon_table **);
H A Dmonitor.c187 struct mon_table { struct
202 struct mon_table mon_dispatch_proto20[] = {
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)
322 struct mon_table *ent = mon_dispatch;
336 struct mon_table *ent;
555 monitor_read(struct monitor *pmonitor, struct mon_table *en
[all...]

Completed in 34 milliseconds