ctl_peer
struct ctl_peer p;
void (*neighbor)(struct ctl_peer *, struct parse_result *);
show_neighbor_msgstats(struct ctl_peer *p)
show_neighbor_full(struct ctl_peer *p, struct parse_result *res)
show_neighbor(struct ctl_peer *p, struct parse_result *res)
show_summary(struct ctl_peer *p)
json_neighbor_stats(struct ctl_peer *p)
json_neighbor_full(struct ctl_peer *p)
json_neighbor(struct ctl_peer *p, struct parse_result *res)
ometric_neighbor_stats(struct ctl_peer *p, struct parse_result *arg)
int imsg_recv_ctl_peer(struct imsg *, struct ctl_peer *);
struct ctl_peer peer = { 0 };
imsg_recv_ctl_peer(struct imsg *imsg, struct ctl_peer *p)