imsg_rde
imsg_rde(IMSG_UPDATE, peer->conf.id, ibuf_data(msg), ibuf_size(msg));
imsg_rde(IMSG_REFRESH, peer->conf.id, rr, sizeof(*rr));
imsg_rde(IMSG_SESSION_STALE, p->conf.id,
imsg_rde(IMSG_SESSION_NOGRACE, p->conf.id,
imsg_rde(IMSG_SESSION_FLUSH, p->conf.id, &aid, sizeof(aid));
imsg_rde(IMSG_SESSION_RESTARTED,
imsg_rde(IMSG_SESSION_DOWN, peer->conf.id, NULL, 0);
imsg_rde(IMSG_SESSION_ADD, p->conf.id,
imsg_rde(IMSG_SESSION_UP, p->conf.id, &sup, sizeof(sup));
imsg_rde(IMSG_SESSION_ADD, p->conf.id,
imsg_rde(IMSG_SESSION_ADD,
imsg_rde(IMSG_RECONF_DRAIN, 0, NULL, 0);
imsg_rde(IMSG_SESSION_DELETE,
imsg_rde(IMSG_SESSION_DELETE,
imsg_rde(IMSG_XOFF, p->conf.id, NULL, 0);
imsg_rde(IMSG_XON, p->conf.id, NULL, 0);
void imsg_rde(int, uint32_t, void *, uint16_t);