HomeSort by relevance Sort by last modified time
    Searched refs:mon_table (Results 1 - 2 of 2) sorted by null

  /external/openssh/
monitor.h 91 struct mon_table;
92 int monitor_read(struct monitor*, struct mon_table *, struct mon_table **);
monitor.c 206 struct mon_table { struct
221 struct mon_table mon_dispatch_proto20[] = {
265 struct mon_table mon_dispatch_postauth20[] = {
278 struct mon_table mon_dispatch_proto15[] = {
309 struct mon_table mon_dispatch_postauth15[] = {
320 struct mon_table *mon_dispatch;
325 monitor_permit(struct mon_table *ent, enum monitor_reqtype type, int permit)
340 struct mon_table *ent = mon_dispatch;
354 struct mon_table *ent;
543 monitor_read(struct monitor *pmonitor, struct mon_table *ent
    [all...]

Completed in 22 milliseconds