Home | History | Annotate | Download | only in mrouted

Lines Matching defs:nhandlers

53 #define NHANDLERS	34
55 #define NHANDLERS 2
61 } ihandlers[NHANDLERS];
62 static int nhandlers = 0;
85 if (nhandlers >= NHANDLERS)
88 ihandlers[nhandlers].fd = fd;
89 ihandlers[nhandlers++].func = func;
259 for (i = 0; i < nhandlers; i++) {
344 for (i = 0; i < nhandlers; i++) {