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

/freebsd-10.0-release/crypto/openssh/
H A Dmonitor.h95 struct mon_table;
96 int monitor_read(struct monitor*, struct mon_table *, struct mon_table **);
H A Dmonitor.c208 struct mon_table { struct
223 struct mon_table mon_dispatch_proto20[] = {
267 struct mon_table mon_dispatch_postauth20[] = {
280 struct mon_table mon_dispatch_proto15[] = {
311 struct mon_table mon_dispatch_postauth15[] = {
322 struct mon_table *mon_dispatch;
327 monitor_permit(struct mon_table *ent, enum monitor_reqtype type, int permit)
342 struct mon_table *ent = mon_dispatch;
356 struct mon_table *ent;
560 monitor_read(struct monitor *pmonitor, struct mon_table *en
[all...]

Completed in 95 milliseconds