Lines Matching defs:imsgbuf
48 int send_filterset(struct imsgbuf *, struct filter_set_head *);
51 int dispatch_imsg(struct imsgbuf *, int, struct bgpd_config *);
54 int imsg_send_sockets(struct imsgbuf *, struct imsgbuf *,
55 struct imsgbuf *);
66 struct imsgbuf *ibuf_se;
67 struct imsgbuf *ibuf_rde;
68 struct imsgbuf *ibuf_rtr;
275 if ((ibuf_se = malloc(sizeof(struct imsgbuf))) == NULL ||
276 (ibuf_rde = malloc(sizeof(struct imsgbuf))) == NULL ||
277 (ibuf_rtr = malloc(sizeof(struct imsgbuf))) == NULL)
563 send_filterset(struct imsgbuf *i, struct filter_set_head *set)
853 dispatch_imsg(struct imsgbuf *imsgbuf, int idx, struct bgpd_config *conf)
868 while (imsgbuf) {
869 if ((n = imsg_get(imsgbuf, &imsg)) == -1)
1254 set_pollfd(struct pollfd *pfd, struct imsgbuf *i)
1267 handle_pollfd(struct pollfd *pfd, struct imsgbuf *i)
1331 imsg_send_sockets(struct imsgbuf *se, struct imsgbuf *rde, struct imsgbuf *rtr)