HomeSort by: relevance | last modified time | path
    Searched defs:mon_table (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
monitor.c 161 struct mon_table { struct
176 static int monitor_read(struct ssh *, struct monitor *, struct mon_table *,
177 struct mon_table **);
180 struct mon_table mon_dispatch_proto20[] = {
216 struct mon_table mon_dispatch_postauth20[] = {
228 struct mon_table *mon_dispatch;
232 monitor_permit(struct mon_table *ent, enum monitor_reqtype type, int permit)
247 struct mon_table *ent = mon_dispatch;
261 struct mon_table *ent;
486 monitor_read(struct ssh *ssh, struct monitor *pmonitor, struct mon_table *ent
    [all...]

Completed in 23 milliseconds