Home
last modified time | relevance | path

Searched refs:imsgev (Results 1 – 18 of 18) sorted by relevance

/dports/net/openmdns/mdnsd-0.7/mdnsd/
H A Dcontrol.h41 struct imsgev { struct
51 struct imsgev iev; argument
H A Dmdnsd.c367 imsg_event_add(struct imsgev *iev) in imsg_event_add()
391 imsg_compose_event(struct imsgev *iev, u_int16_t type, in imsg_compose_event()
H A Dmdnsd.h332 void imsg_event_add(struct imsgev *);
333 int imsg_compose_event(struct imsgev *, u_int16_t, u_int32_t, pid_t,
/dports/www/obhttpd/httpd-7.0.20211221/src/usr.sbin/httpd/
H A Dhttpd.h182 struct imsgev { struct
203 struct imsgev iev; argument
253 struct imsgev *ps_ievs[PROC_MAX];
819 struct imsgev *
822 void imsg_event_add(struct imsgev *);
823 int imsg_compose_event(struct imsgev *, uint16_t, uint32_t,
825 int imsg_composev_event(struct imsgev *, uint16_t, uint32_t,
H A Dproc.c172 struct imsgev *iev; in proc_connect()
271 struct imsgev *iev; in proc_accept()
319 sizeof(struct imsgev))) == NULL) in proc_setup()
617 struct imsgev *iev = arg; in proc_dispatch()
711 imsg_event_add(struct imsgev *iev) in imsg_event_add()
728 imsg_compose_event(struct imsgev *iev, uint16_t type, uint32_t peerid, in imsg_compose_event()
741 imsg_composev_event(struct imsgev *iev, uint16_t type, uint32_t peerid, in imsg_composev_event()
828 struct imsgev *
/dports/net/gmid/gmid-1.7.5/
H A Dlog.c33 static struct event imsgev; variable
335 event_set(&imsgev, fd, EV_READ | EV_PERSIST, &handle_dispatch_imsg, ibuf); in logger_main()
336 event_add(&imsgev, NULL); in logger_main()
H A Dex.c455 struct event evs[PROC_MAX], imsgev; in executor_main() local
461 event_set(&imsgev, ibuf->fd, EV_READ | EV_PERSIST, in executor_main()
463 event_add(&imsgev, NULL); in executor_main()
H A Dserver.c35 static struct event e4, e6, imsgev, siginfo, sigusr2; variable
1274 event_del(&imsgev); in handle_imsg_quit()
1328 event_set(&imsgev, ibuf->fd, EV_READ | EV_PERSIST, handle_dispatch_imsg, ibuf); in loop()
1329 event_add(&imsgev, NULL); in loop()
/dports/net/frr7-pythontools/frr-frr-7.5.1/ldpd/
H A Dldpd.c84 static struct imsgev *iev_ldpe, *iev_ldpe_sync;
85 static struct imsgev *iev_lde, *iev_lde_sync;
379 if ((iev_ldpe = calloc(1, sizeof(struct imsgev))) == NULL || in main()
381 (iev_lde = calloc(1, sizeof(struct imsgev))) == NULL || in main()
382 (iev_lde_sync = calloc(1, sizeof(struct imsgev))) == NULL) in main()
554 struct imsgev *iev = THREAD_ARG(thread); in main_dispatch_ldpe()
616 struct imsgev *iev = THREAD_ARG(thread); in main_dispatch_lde()
714 struct imsgev *iev = THREAD_ARG(thread); in ldp_write_handler()
761 imsg_event_add(struct imsgev *iev) in imsg_event_add()
865 ldp_acl_request(struct imsgev *iev, char *acl_name, int af, in ldp_acl_request()
[all …]
H A Dldpe.c52 static struct imsgev iev_main_data;
53 static struct imsgev *iev_main, *iev_main_sync;
54 static struct imsgev *iev_lde;
119 if ((iev_main = calloc(1, sizeof(struct imsgev))) == NULL) in ldpe()
285 struct imsgev *iev = THREAD_ARG(thread); in ldpe_dispatch_main()
366 if ((iev_lde = malloc(sizeof(struct imsgev))) == NULL) in ldpe_dispatch_main()
585 struct imsgev *iev = THREAD_ARG(thread); in ldpe_dispatch_lde()
H A Dldpd.h69 struct imsgev { struct
724 void imsg_event_add(struct imsgev *);
725 int imsg_compose_event(struct imsgev *, uint16_t, uint32_t,
732 int ldp_acl_request(struct imsgev *, char *, int,
734 void ldp_acl_reply(struct imsgev *, struct acl_check *);
H A Dcontrol.h26 struct imsgev iev;
H A Dlde.c75 static struct imsgev *iev_ldpe;
76 static struct imsgev iev_main_sync_data;
77 static struct imsgev *iev_main, *iev_main_sync;
143 if ((iev_main = calloc(1, sizeof(struct imsgev))) == NULL) in lde()
246 struct imsgev *iev = THREAD_ARG(thread); in lde_dispatch_imsg()
441 struct imsgev *iev = THREAD_ARG(thread); in lde_dispatch_parent()
546 if ((iev_ldpe = malloc(sizeof(struct imsgev))) == NULL) in lde_dispatch_parent()
/dports/net/frr7/frr-frr-7.5.1/ldpd/
H A Dldpd.c84 static struct imsgev *iev_ldpe, *iev_ldpe_sync;
85 static struct imsgev *iev_lde, *iev_lde_sync;
379 if ((iev_ldpe = calloc(1, sizeof(struct imsgev))) == NULL || in main()
381 (iev_lde = calloc(1, sizeof(struct imsgev))) == NULL || in main()
382 (iev_lde_sync = calloc(1, sizeof(struct imsgev))) == NULL) in main()
554 struct imsgev *iev = THREAD_ARG(thread); in main_dispatch_ldpe()
616 struct imsgev *iev = THREAD_ARG(thread); in main_dispatch_lde()
714 struct imsgev *iev = THREAD_ARG(thread); in ldp_write_handler()
761 imsg_event_add(struct imsgev *iev) in imsg_event_add()
865 ldp_acl_request(struct imsgev *iev, char *acl_name, int af, in ldp_acl_request()
[all …]
H A Dldpe.c52 static struct imsgev iev_main_data;
53 static struct imsgev *iev_main, *iev_main_sync;
54 static struct imsgev *iev_lde;
119 if ((iev_main = calloc(1, sizeof(struct imsgev))) == NULL) in ldpe()
285 struct imsgev *iev = THREAD_ARG(thread); in ldpe_dispatch_main()
366 if ((iev_lde = malloc(sizeof(struct imsgev))) == NULL) in ldpe_dispatch_main()
585 struct imsgev *iev = THREAD_ARG(thread); in ldpe_dispatch_lde()
H A Dldpd.h69 struct imsgev { struct
724 void imsg_event_add(struct imsgev *);
725 int imsg_compose_event(struct imsgev *, uint16_t, uint32_t,
732 int ldp_acl_request(struct imsgev *, char *, int,
734 void ldp_acl_reply(struct imsgev *, struct acl_check *);
H A Dcontrol.h26 struct imsgev iev;
H A Dlde.c75 static struct imsgev *iev_ldpe;
76 static struct imsgev iev_main_sync_data;
77 static struct imsgev *iev_main, *iev_main_sync;
143 if ((iev_main = calloc(1, sizeof(struct imsgev))) == NULL) in lde()
246 struct imsgev *iev = THREAD_ARG(thread); in lde_dispatch_imsg()
441 struct imsgev *iev = THREAD_ARG(thread); in lde_dispatch_parent()
546 if ((iev_ldpe = malloc(sizeof(struct imsgev))) == NULL) in lde_dispatch_parent()