Lines Matching defs:imsgbuf
48 void rde_dispatch_imsg_session(struct imsgbuf *);
49 void rde_dispatch_imsg_parent(struct imsgbuf *);
50 void rde_dispatch_imsg_rtr(struct imsgbuf *);
115 static struct imsgbuf *ibuf_se;
116 static struct imsgbuf *ibuf_se_ctl;
117 static struct imsgbuf *ibuf_rtr;
118 static struct imsgbuf *ibuf_main;
202 if ((ibuf_main = malloc(sizeof(struct imsgbuf))) == NULL)
366 rde_dispatch_imsg_session(struct imsgbuf *imsgbuf)
388 while (imsgbuf) {
389 if ((n = imsg_get(imsgbuf, &imsg)) == -1)
811 rde_dispatch_imsg_parent(struct imsgbuf *imsgbuf)
827 struct imsgbuf *i;
838 while (imsgbuf) {
839 if ((n = imsg_get(imsgbuf, &imsg)) == -1)
853 if ((i = malloc(sizeof(struct imsgbuf))) == NULL)
1234 rde_dispatch_imsg_rtr(struct imsgbuf *imsgbuf)
1242 while (imsgbuf) {
1243 if ((n = imsg_get(imsgbuf, &imsg)) == -1)