Searched refs:nhandlers (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Dmain.c62 static int nhandlers = 0; variable
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++) {

Completed in 297 milliseconds