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 |
Definition at line 452 of file app_rpt.c.
struct rpt_chan_stat chan_stat[NRPTSTAT] [read] |
Definition at line 463 of file app_rpt.c.
Referenced by rpt_do_lstats().
long long connecttime |
Definition at line 462 of file app_rpt.c.
Referenced by rpt_do_lstats().
char mode |
Definition at line 458 of file app_rpt.c.
Referenced by rpt_do_lstats().
char name[MAXNODESTR] |
Definition at line 457 of file app_rpt.c.
Referenced by rpt_do_lstats().
Definition at line 454 of file app_rpt.c.
Referenced by rpt_do_lstats().
char outbound |
Definition at line 459 of file app_rpt.c.
Referenced by rpt_do_lstats().
char peer[MAXPEERSTR] |
Definition at line 456 of file app_rpt.c.
Referenced by rpt_do_lstats().
Definition at line 455 of file app_rpt.c.
Referenced by rpt_do_lstats().
char reconnects |
Definition at line 460 of file app_rpt.c.
Referenced by rpt_do_lstats().
char thisconnected |
Definition at line 461 of file app_rpt.c.
Referenced by rpt_do_lstats().