HomeSort by: relevance | last modified time | path
    Searched defs:nhandlers (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/mrouted/
main.c 53 #define NHANDLERS 34
55 #define NHANDLERS 2
61 } ihandlers[NHANDLERS];
62 static int nhandlers = 0; variable in typeref:typename:int
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++)
    [all...]
main.c 53 #define NHANDLERS 34
55 #define NHANDLERS 2
61 } ihandlers[NHANDLERS];
62 static int nhandlers = 0; variable in typeref:typename:int
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++)
    [all...]
main.c 53 #define NHANDLERS 34
55 #define NHANDLERS 2
61 } ihandlers[NHANDLERS];
62 static int nhandlers = 0; variable in typeref:typename:int
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++)
    [all...]
main.c 53 #define NHANDLERS 34
55 #define NHANDLERS 2
61 } ihandlers[NHANDLERS];
62 static int nhandlers = 0; variable in typeref:typename:int
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++)
    [all...]

Completed in 40 milliseconds