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 *); 114 proc_setcallback(p_frontend, engine_dispatch_frontend, NULL); in engine_dispatch_priv() 139 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 *); 184 engine_dispatch_frontend(int fd, short event, void *bula) in engine_dispatch_frontend() function 316 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 *); 267 engine_dispatch_frontend(int fd, short event, void *bula) in engine_dispatch_frontend() function 423 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 *); 278 engine_dispatch_frontend(int fd, short event, void *bula) in engine_dispatch_frontend() function 446 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 *); 448 engine_dispatch_frontend(int fd, short event, void *bula) in engine_dispatch_frontend() function 673 iev_frontend->handler = engine_dispatch_frontend; in engine_dispatch_main()
|