Data Fields | |
struct rpt_chan_stat | chan_stat [NRPTSTAT] |
long long | connecttime |
char | mode |
char | name [MAXNODESTR] |
struct rpt_lstat * | next |
char | outbound |
char | peer [MAXPEERSTR] |
struct rpt_lstat * | prev |
char | reconnects |
char | thisconnected |
struct rpt_chan_stat chan_stat[NRPTSTAT] |
Definition at line 591 of file app_rpt.c.
Referenced by rpt_do_lstats().
long long connecttime |
Definition at line 590 of file app_rpt.c.
Referenced by rpt_do_lstats().
char mode |
Definition at line 586 of file app_rpt.c.
Referenced by rpt_do_lstats().
char name[MAXNODESTR] |
Definition at line 585 of file app_rpt.c.
Referenced by rpt_do_lstats().
Definition at line 582 of file app_rpt.c.
Referenced by rpt_do_lstats().
char outbound |
Definition at line 587 of file app_rpt.c.
Referenced by rpt_do_lstats().
char peer[MAXPEERSTR] |
Definition at line 584 of file app_rpt.c.
Referenced by rpt_do_lstats().
Definition at line 583 of file app_rpt.c.
Referenced by rpt_do_lstats().
char reconnects |
Definition at line 588 of file app_rpt.c.
Referenced by rpt_do_lstats().
char thisconnected |
Definition at line 589 of file app_rpt.c.
Referenced by rpt_do_lstats().