Searched refs:engine_dispatch_frontend (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.sbin/lpd/ |
H A D | engine.c | 33 static void engine_dispatch_frontend(struct imsgproc *, struct imsg *, void *); 115 proc_setcallback(p_frontend, engine_dispatch_frontend, NULL); in engine_dispatch_priv() 140 engine_dispatch_frontend(struct imsgproc *proc, struct imsg *imsg, void *arg) in engine_dispatch_frontend() function
|
/openbsd/usr.sbin/rad/ |
H A D | engine.c | 61 void engine_dispatch_frontend(int, short, void *); 186 engine_dispatch_frontend(int fd, short event, void *bula) in engine_dispatch_frontend() function 323 iev_frontend->handler = engine_dispatch_frontend; in engine_dispatch_main()
|
/openbsd/sbin/dhcp6leased/ |
H A D | engine.c | 121 void engine_dispatch_frontend(int, short, void *); 270 engine_dispatch_frontend(int fd, short event, void *bula) in engine_dispatch_frontend() function 431 iev_frontend->handler = engine_dispatch_frontend; in engine_dispatch_main()
|
/openbsd/sbin/dhcpleased/ |
H A D | engine.c | 126 void engine_dispatch_frontend(int, short, void *); 280 engine_dispatch_frontend(int fd, short event, void *bula) in engine_dispatch_frontend() function 453 iev_frontend->handler = engine_dispatch_frontend; in engine_dispatch_main()
|
/openbsd/sbin/slaacd/ |
H A D | engine.c | 241 void engine_dispatch_frontend(int, short, void *); 450 engine_dispatch_frontend(int fd, short event, void *bula) in engine_dispatch_frontend() function 680 iev_frontend->handler = engine_dispatch_frontend; in engine_dispatch_main()
|