Lines Matching defs:imsgbuf
35 static void rtr_dispatch_imsg_parent(struct imsgbuf *);
36 static void rtr_dispatch_imsg_rde(struct imsgbuf *);
39 static struct imsgbuf *ibuf_main;
40 static struct imsgbuf *ibuf_rde;
220 if ((ibuf_main = malloc(sizeof(struct imsgbuf))) == NULL)
309 rtr_dispatch_imsg_parent(struct imsgbuf *imsgbuf)
320 while (imsgbuf) {
321 if ((n = imsg_get(imsgbuf, &imsg)) == -1)
340 if ((ibuf_rde = malloc(sizeof(struct imsgbuf))) == NULL)
460 rtr_dispatch_imsg_rde(struct imsgbuf *imsgbuf)
465 while (imsgbuf) {
466 if ((n = imsg_get(imsgbuf, &imsg)) == -1)